public interface Facet
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getFacetingName() |
org.apache.lucene.search.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()
org.apache.lucene.search.Query getFacetQuery()
Query which which can be executed to retrieve all
documents matching the value of this facet.Copyright © 2006-2021 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.