| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Method and Description |
|---|---|
default RangePredicateLastLimitExcludeStep |
RangePredicateLimitsStep.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.
|
RangePredicateLastLimitExcludeStep |
RangePredicateLimitsStep.above(Object value,
ValueConvert convert)
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.
|
default RangePredicateLastLimitExcludeStep |
RangePredicateLimitsStep.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.
|
RangePredicateLastLimitExcludeStep |
RangePredicateLimitsStep.below(Object value,
ValueConvert convert)
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.
|
default RangePredicateLastLimitExcludeStep |
RangePredicateToStep.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. |
RangePredicateLastLimitExcludeStep |
RangePredicateToStep.to(Object value,
ValueConvert convert)
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.