Klasse ElxOutputHelper
java.lang.Object
org.xbib.interlibrary.catalog.elasticsearch.ElxOutputHelper
- Alle implementierten Schnittstellen:
AutoCloseable
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
void
activateIndex
(String... defs) void
activateIndex
(ElasticsearchIndexDefinition indexDefinition) void
close()
void
void
createIndices
(String... defs) void
void
index
(org.elasticsearch.action.index.IndexRequest indexRequest) void
void
setIndexDefinitions
(Map<String, org.xbib.settings.Settings> indexDefinitions) void
void
void
stopBulk()
void
-
Konstruktordetails
-
ElxOutputHelper
- Löst aus:
IOException
-
-
Methodendetails
-
close
- Angegeben von:
close
in SchnittstelleAutoCloseable
- Löst aus:
IOException
-
setIndexDefinitions
public void setIndexDefinitions(Map<String, org.xbib.settings.Settings> indexDefinitions) throws IOException- Löst aus:
IOException
-
getIndexDefinitions
-
index
-
index
public void index(org.elasticsearch.action.index.IndexRequest indexRequest) -
delete
-
createIndices
- Löst aus:
IOException
-
createIndices
- Löst aus:
IOException
-
startBulk
public void startBulk() -
startBulk
-
stopBulk
public void stopBulk() -
stopBulk
-
activateIndex
public void activateIndex() -
activateIndex
-
activateIndex
-