Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.predicate |
Modifier and Type | Method and Description |
---|---|
default RangePredicateFromContext |
RangePredicateFieldSetContext.from(Object value)
Require at least one of the targeted fields to be "higher than or equal to" the given value,
and "lower than" another value (to be provided in following calls).
|
RangePredicateFromContext |
RangePredicateFieldSetContext.from(Object value,
RangeBoundInclusion inclusion)
Require at least one of the targeted fields to be "higher than" the given value,
and "lower than" another value (to be provided in following calls).
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.