| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Field and Description |
|---|---|
protected Query.SearchType |
BaseQuery.searchType |
| Modifier and Type | Method and Description |
|---|---|
Query.SearchType |
Query.getSearchType()
Type of search
|
Query.SearchType |
BaseQuery.getSearchType() |
static Query.SearchType |
Query.SearchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.SearchType[] |
Query.SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseQuery.setSearchType(Query.SearchType searchType) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.