Class Index
java.lang.Object
org.apache.storm.elasticsearch.doc.Index
- Direct Known Subclasses:
IndexItem
,LookupResponse
Elasticsearch document fragment with "_index", "_type" and "_id" fields.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Index
public Index() -
Index
Create a Index with the specified index, type and id.- Parameters:
index
- index nametype
- document type to be storedid
- unique document id in Elasticsearch
-
-
Method Details
-
getIndex
-
setIndex
-
getType
-
setType
-
getId
-
setId
-