|
||||||||||
| 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()
Return the Document field name this facet is targeting. |
String |
getValue()
|
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||