|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RangeFacet<T>
| Method Summary | |
|---|---|
T |
getMax()
|
T |
getMin()
|
boolean |
isIncludeMax()
|
boolean |
isIncludeMin()
|
| Methods inherited from interface org.hibernate.search.query.facet.Facet |
|---|
getCount, getFacetingName, getFacetQuery, getFieldName, getValue |
| Method Detail |
|---|
T getMin()
T getMax()
boolean isIncludeMin()
true if the lower boundary is included in the range, false otherwiseboolean isIncludeMax()
true if the upper boundary is included in the range, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||