Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
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) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.