Klasse ElasticsearchIndexDefinition
java.lang.Object
org.xbib.elx.common.DefaultIndexDefinition
org.xbib.interlibrary.catalog.elasticsearch.ElasticsearchIndexDefinition
- Alle implementierten Schnittstellen:
org.xbib.elx.api.IndexDefinition
public class ElasticsearchIndexDefinition
extends org.xbib.elx.common.DefaultIndexDefinition
-
Feldübersicht
Von Schnittstelle geerbte Felder org.xbib.elx.api.IndexDefinition
TYPE_NAME
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungElasticsearchIndexDefinition
(String index, String type) ElasticsearchIndexDefinition
(org.xbib.elx.api.AdminClient adminClient, String index, String type, org.elasticsearch.common.settings.Settings settings, ClassLoader classLoader) -
Methodenübersicht
Von Klasse geerbte Methoden org.xbib.elx.common.DefaultIndexDefinition
getDateTimeFormatter, getDateTimePattern, getDelta, getFullIndexName, getIndex, getMappingFields, getMappings, getMinToKeep, getReplicaCount, getSettings, getShardCount, getStartBulkRefreshSeconds, getStopBulkRefreshSeconds, getType, isCloseShifted, isEnabled, isForceMergeEnabled, isPruneEnabled, isShiftEnabled, isShiftNotEmpty, of, setCloseShifted, setDateTimeFormatter, setDateTimePattern, setDelta, setEnabled, setForceMerge, setFullIndexName, setIndex, setMappings, setMinToKeep, setPrune, setReplicaCount, setSettings, setShardCount, setShift, setShiftNotEmpty, setStartBulkRefreshSeconds, setStopBulkRefreshSeconds, setType
-
Konstruktordetails
-
ElasticsearchIndexDefinition
-
ElasticsearchIndexDefinition
public ElasticsearchIndexDefinition(org.xbib.elx.api.AdminClient adminClient, String index, String type, org.elasticsearch.common.settings.Settings settings, ClassLoader classLoader) throws IOException - Löst aus:
IOException
-
-
Methodendetails
-
toString
- Setzt außer Kraft:
toString
in Klasseorg.xbib.elx.common.DefaultIndexDefinition
-