Package | Description |
---|---|
org.xbib.elasticsearch.plugin.jdbc.util | |
org.xbib.elasticsearch.river.jdbc | |
org.xbib.elasticsearch.river.jdbc.strategy.simple |
Modifier and Type | Class and Description |
---|---|
class |
PlainIndexableObject
A plain indexable object.
|
Modifier and Type | Method and Description |
---|---|
IndexableObject |
PlainIndexableObject.id(String id) |
IndexableObject |
IndexableObject.id(String id)
Set the ID
|
IndexableObject |
PlainIndexableObject.ignoreNull(boolean ignorenull) |
IndexableObject |
IndexableObject.ignoreNull(boolean ignorenull) |
IndexableObject |
PlainIndexableObject.index(String index) |
IndexableObject |
IndexableObject.index(String index)
Set the index
|
IndexableObject |
PlainIndexableObject.meta(String key,
String value) |
IndexableObject |
IndexableObject.meta(String key,
String value)
Set meta data of this indexable object
|
IndexableObject |
PlainIndexableObject.optype(String optype) |
IndexableObject |
IndexableObject.optype(String optype)
Set the operation type, either "index", "create", or "delete"
|
IndexableObject |
PlainIndexableObject.source(Map<String,Object> source) |
IndexableObject |
IndexableObject.source(Map<String,Object> source) |
IndexableObject |
PlainIndexableObject.type(String type) |
IndexableObject |
IndexableObject.type(String type)
Set the type
|
Modifier and Type | Method and Description |
---|---|
int |
PlainIndexableObject.compareTo(IndexableObject o) |
RiverMouthKeyValueStreamListener<K,V> |
RiverMouthKeyValueStreamListener.end(IndexableObject object)
The object is complete.
|
KeyValueStreamListener<K,V> |
PlainKeyValueStreamListener.end(IndexableObject object)
The object is complete
|
protected void |
PlainKeyValueStreamListener.map(K k,
V v,
IndexableObject current) |
Modifier and Type | Method and Description |
---|---|
void |
RiverMouth.delete(IndexableObject object)
Delete operation.
|
void |
RiverMouth.index(IndexableObject object,
boolean create)
Index operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRiverMouth.delete(IndexableObject object) |
void |
SimpleRiverMouth.index(IndexableObject object,
boolean create) |
elasticsearch-river-jdbc