|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Facet
A single facet (field value and count).
| Method Summary | |
|---|---|
int |
getCount()
|
String |
getFacetingName()
|
org.apache.lucene.search.Query |
getFacetQuery()
|
String |
getFieldName()
|
String |
getValue()
|
| Method Detail |
|---|
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 facet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||