Class ElasticIndex
- java.lang.Object
-
- org.webpieces.elasticsearch.mapping.ElasticIndex
-
public class ElasticIndex extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ElasticIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MappingsgetMappings()IndexSettingsgetSettings()voidsetMappings(Mappings mappings)voidsetSettings(IndexSettings settings)
-
-
-
Method Detail
-
getSettings
public IndexSettings getSettings()
-
setSettings
public void setSettings(IndexSettings settings)
-
getMappings
public Mappings getMappings()
-
setMappings
public void setMappings(Mappings mappings)
-
-