| Constructor and Description |
|---|
SpringIndexerWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(String arg0,
String arg1) |
void |
annotateRemove(String arg0) |
void |
annotateRemove(String arg0,
String arg1) |
void |
annotateSearch(SearchRequest arg0,
OutputStream arg1) |
void |
commit() |
String |
getId() |
List<Object> |
getJsonObjectWithField(String fieldName,
String fieldValue) |
String |
getName() |
PluginDescription |
getPluginDetails() |
void |
index(String arg0) |
void |
index(String arg0,
String arg1) |
void |
init(File jsonFile) |
void |
init(String jsonString) |
void |
remove(String arg0) |
void |
remove(String arg0,
String arg1) |
void |
search(SearchRequest arg0,
OutputStream arg1) |
void |
search(SearchRequest arg0,
OutputStream arg1,
String arg2) |
void |
searchByIndex(SearchRequest arg0,
OutputStream arg1,
String arg2) |
void |
shutdown() |
public PluginDescription getPluginDetails()
getPluginDetails in interface Pluginpublic void init(File jsonFile) throws PluginException
init in interface PluginPluginExceptionpublic void init(String jsonString) throws PluginException
init in interface PluginPluginExceptionpublic void shutdown()
throws PluginException
shutdown in interface PluginPluginExceptionpublic void annotate(String arg0, String arg1) throws IndexerException
annotate in interface IndexerIndexerExceptionpublic void annotateRemove(String arg0) throws IndexerException
annotateRemove in interface IndexerIndexerExceptionpublic void annotateRemove(String arg0, String arg1) throws IndexerException
annotateRemove in interface IndexerIndexerExceptionpublic void annotateSearch(SearchRequest arg0, OutputStream arg1) throws IndexerException
annotateSearch in interface IndexerIndexerExceptionpublic void index(String arg0) throws IndexerException
index in interface IndexerIndexerExceptionpublic void index(String arg0, String arg1) throws IndexerException
index in interface IndexerIndexerExceptionpublic void remove(String arg0) throws IndexerException
remove in interface IndexerIndexerExceptionpublic void remove(String arg0, String arg1) throws IndexerException
remove in interface IndexerIndexerExceptionpublic void search(SearchRequest arg0, OutputStream arg1) throws IndexerException
search in interface IndexerIndexerExceptionpublic void search(SearchRequest arg0, OutputStream arg1, String arg2) throws IndexerException
search in interface IndexerIndexerExceptionpublic void searchByIndex(SearchRequest arg0, OutputStream arg1, String arg2) throws IndexerException
searchByIndex in interface IndexerIndexerExceptionpublic List<Object> getJsonObjectWithField(String fieldName, String fieldValue) throws IndexerException
getJsonObjectWithField in interface IndexerIndexerExceptionCopyright © 2009-2016. All Rights Reserved.