public interface Facet
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
String |
getFacetingName() |
org.apache.lucene.search.Query |
getFacetQuery() |
String |
getFieldName() |
String |
getValue() |
String getFacetingName()
Facet
belongs to. See FacetingRequest.getFacetingName()
.String getFieldName()
Document
field name this facet was created forString getValue()
Document
field value. In case of
a range query the value is a string representation of the rangeint getCount()
org.apache.lucene.search.Query getFacetQuery()
Query
which can be applied just targeted all documents matching the value of this facetCopyright © 2006–2013 Hibernate. All rights reserved.