public interface IndexedDataObject
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getData()
The json data, represented as
ObjectNode that will be indexed in the index. |
Long |
getExternalVersion()
External version of the data
|
String |
getId()
The id of this data object to be indexed.
|
String |
getIndex()
The index where the data will be indexed.
|
com.fasterxml.jackson.databind.node.ObjectNode |
getScript()
Update script
|
boolean |
hasExternalVersion()
Check if object has external version
|
String getIndex()
String getId()
com.fasterxml.jackson.databind.node.ObjectNode getData()
ObjectNode
that will be indexed in the index.boolean hasExternalVersion()
Long getExternalVersion()
com.fasterxml.jackson.databind.node.ObjectNode getScript()