| Modifier and Type | Method and Description |
|---|---|
static ValueConvert |
ValueConvert.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueConvert[] |
ValueConvert.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
RangePredicateFromToStep |
RangePredicateLimitsStep.from(Object value,
ValueConvert convert)
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).
|
MatchPredicateOptionsStep |
MatchPredicateMatchingStep.matching(Object value,
ValueConvert convert)
Require at least one of the targeted fields to match the given value.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
<T> FieldProjectionOptionsStep<T> |
SearchProjectionFactory.field(String absoluteFieldPath,
Class<T> type,
ValueConvert convert)
Project to the value of a field in the indexed document.
|
FieldProjectionOptionsStep<Object> |
SearchProjectionFactory.field(String absoluteFieldPath,
ValueConvert convert)
Project to the value of a field in the indexed document, without specifying a type.
|
| Modifier and Type | Method and Description |
|---|---|
<T> FieldProjectionOptionsStep<T> |
DelegatingSearchProjectionFactory.field(String absoluteFieldPath,
Class<T> type,
ValueConvert convert) |
FieldProjectionOptionsStep<Object> |
DelegatingSearchProjectionFactory.field(String absoluteFieldPath,
ValueConvert convert) |
| Modifier and Type | Method and Description |
|---|---|
N |
FieldSortMissingValueBehaviorStep.use(Object value,
ValueConvert convert)
When documents are missing a value on the sort field, use the given value instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RangePredicateBuilder.lowerLimit(Object value,
ValueConvert convert) |
void |
RangePredicateBuilder.upperLimit(Object value,
ValueConvert convert) |
void |
MatchPredicateBuilder.value(Object value,
ValueConvert convert) |
| Modifier and Type | Method and Description |
|---|---|
<T> FieldProjectionBuilder<T> |
SearchProjectionBuilderFactory.field(String absoluteFieldPath,
Class<T> clazz,
ValueConvert convert) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldSortBuilder.missingAs(Object value,
ValueConvert convert) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.