org.hibernate.search.query.dsl.impl
public class FacetRange<T> extends Object
| Constructor and Description |
|---|
FacetRange(Class<?> rangeType,
T min,
T max,
boolean includeMin,
boolean includeMax,
String fieldName,
DocumentBuilderIndexedEntity<?> documentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
T |
getMax() |
T |
getMin() |
String |
getRangeString() |
boolean |
isInRange(T value) |
boolean |
isMaxIncluded() |
boolean |
isMinIncluded() |
String |
toString() |
public FacetRange(Class<?> rangeType, T min, T max, boolean includeMin, boolean includeMax, String fieldName, DocumentBuilderIndexedEntity<?> documentBuilder)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved