org.hibernate.search.query.dsl
public interface RangeMatchingContext extends FieldCustomization<RangeMatchingContext>
Modifier and Type | Interface and Description |
---|---|
static interface |
RangeMatchingContext.FromRangeContext<T> |
Modifier and Type | Method and Description |
---|---|
RangeTerminationExcludable |
above(Object above)
The field value must be above
above
You can exclude the value above by calling .excludeLimit() |
RangeMatchingContext |
andField(String field)
field / property the term query is executed on
|
RangeTerminationExcludable |
below(Object below)
The field value must be below
below
You can exclude the value below by calling .excludeLimit() |
<T> RangeMatchingContext.FromRangeContext<T> |
from(T from) |
boostedTo, ignoreAnalyzer, ignoreFieldBridge
RangeMatchingContext andField(String field)
<T> RangeMatchingContext.FromRangeContext<T> from(T from)
RangeTerminationExcludable below(Object below)
below
You can exclude the value below
by calling .excludeLimit()
RangeTerminationExcludable above(Object above)
above
You can exclude the value above
by calling .excludeLimit()
Copyright © 2006–2015 Hibernate. All rights reserved.