Class CountFacet
java.lang.Object
fr.gouv.vitam.common.database.builder.facet.Facet
fr.gouv.vitam.common.database.builder.facet.CountFacet
count facet
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.database.builder.facet.Facet
currentFacet, currentTokenFACET
-
Constructor Summary
ConstructorsConstructorDescriptionCountFacet
(String name, String field) Count Facet constructorCountFacet
(String name, String field, String nestedPath) count Facet constructor -
Method Summary
Methods inherited from class fr.gouv.vitam.common.database.builder.facet.Facet
checkStringParameterValue, getCurrentFacet, getCurrentTokenFACET, getName, setName, toString
-
Constructor Details
-
CountFacet
public CountFacet(String name, String field, String nestedPath) throws InvalidCreateOperationException count Facet constructor- Parameters:
name
- name of the facetfield
- field of the facet datanestedPath
- nested path of field of the facet data- Throws:
InvalidCreateOperationException
- not valid
-
CountFacet
Count Facet constructor- Parameters:
name
- name of the facetfield
- field of the facet data- Throws:
InvalidCreateOperationException
- not valid
-