| パッケージ | 説明 |
|---|---|
| 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 |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
DeleteRequest
A request to delete a document from an index based on its type and id.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
IndexRequest
Index request to index a typed JSON document into a specific index and make it searchable.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
TermVectorsRequest
Request returning the term vector (doc frequency, positions, offsets) for a
document.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
UpdateRequest |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static org.apache.lucene.util.BytesRef[] |
Uid.createUids(List<? extends DocumentRequest> requests) |
Copyright © 2009–2016. All rights reserved.