Package | Description |
---|---|
org.elasticsearch.action.admin.indices.alias | |
org.elasticsearch.action.bulk | |
org.elasticsearch.action.get |
Get action.
|
org.elasticsearch.action.mlt |
More Like This action.
|
org.elasticsearch.action.percolate | |
org.elasticsearch.action.search |
Search action.
|
org.elasticsearch.action.termvector |
Get the term vector for a specific document.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesAliasesRequest
A request to add/remove aliases for one or more indices.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkRequest
A bulk request holds an ordered
IndexRequest s and DeleteRequest s and allows to executes
it in a single batch. |
Modifier and Type | Class and Description |
---|---|
class |
MultiGetRequest |
Modifier and Type | Class and Description |
---|---|
class |
MoreLikeThisRequest
A more like this request allowing to search for documents that a "like" the provided document.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPercolateRequest
A multi percolate request that encapsulates multiple
PercolateRequest instances in a single api call. |
class |
PercolateRequest
A request to execute a percolate operation.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiSearchRequest
A multi search API request.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiTermVectorsRequest |
Copyright © 2009–2015. All rights reserved.