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-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.