| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleField
The most trivial implementation of a Field.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
Criteria.getField() |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.and(Field field)
Chain a new and-Criteria
|
Criteria |
Criteria.or(Field field)
Chain a new or-Criteria
|
static Criteria |
Criteria.where(Field field)
Static factory method to create a new Criteria for provided field
|
| Constructor and Description |
|---|
Criteria(Field field)
Creates a new Criteria for the given field
|
Criteria(List<Criteria> criteriaChain,
Field field)
Creates a Criteria for the given field, sets it's criteriaChain to the given value and adds itself to the end of
the chain.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.