| Package | Description |
|---|---|
| org.elasticsearch.action.delete |
Delete action.
|
| org.elasticsearch.action.index |
Index action.
|
| org.elasticsearch.action.termvectors |
Get the term vector for a specific document.
|
| org.elasticsearch.action.update | |
| org.elasticsearch.index.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteRequest
A request to delete a document from an index based on its type and id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexRequest
Index request to index a typed JSON document into a specific index and make it searchable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TermVectorsRequest
Request returning the term vector (doc frequency, positions, offsets) for a
document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateRequest |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.util.BytesRef[] |
Uid.createUids(List<? extends DocumentRequest> requests) |
Copyright © 2009–2017. All rights reserved.