public interface Facet
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
String |
getFacetingName() |
Query |
getFacetQuery() |
String |
getFieldName()
Return the
Document field name this facet is targeting. |
String |
getValue() |
String getFacetingName()
Facet
belongs to.FacetingRequest.getFacetingName()
String getFieldName()
Document
field name this facet is targeting.
The field needs to be indexed with Analyze.NO
.Document
field name this facet is targeting.String getValue()
Document
field value. In case of a range query the value is a
string representation of the range.int getCount()
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved