Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
org.hibernate.search.query.dsl.impl |
Modifier and Type | Method and Description |
---|---|
RangeTerminationExcludable |
RangeMatchingContext.above(Object above)
The field value must be above
above
You can exclude the value above by calling .excludeLimit() |
RangeTerminationExcludable |
RangeMatchingContext.below(Object below)
The field value must be below
below
You can exclude the value below by calling .excludeLimit() |
RangeTerminationExcludable |
RangeTerminationExcludable.excludeLimit() |
RangeTerminationExcludable |
RangeMatchingContext.FromRangeContext.to(T to) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedMultiFieldsRangeQueryBuilder |
Modifier and Type | Method and Description |
---|---|
RangeTerminationExcludable |
ConnectedRangeMatchingContext.above(Object above) |
RangeTerminationExcludable |
ConnectedRangeMatchingContext.below(Object below) |
RangeTerminationExcludable |
ConnectedMultiFieldsRangeQueryBuilder.excludeLimit() |
Copyright © 2006–2016 Hibernate. All rights reserved.