Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.predicate |
Modifier and Type | Method and Description |
---|---|
RangePredicateTerminalContext |
RangePredicateFieldSetContext.above(Object value)
Require at least one of the targeted fields to be "higher than" the given value,
with no limit as to how high it can be.
|
RangePredicateTerminalContext |
RangePredicateFieldSetContext.below(Object value)
Require at least one of the targeted fields to be "lower than" the given value,
with no limit as to how low it can be.
|
RangePredicateTerminalContext |
RangePredicateFromContext.to(Object value)
Require at least one of the targeted fields to be "lower than" the given value,
in addition to being "higher than" the value provided to the
former
call. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.