Package com.enonic.xp.repository
Class IndexDefinition
- java.lang.Object
-
- com.enonic.xp.repository.IndexDefinition
-
@PublicApi public class IndexDefinition extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexDefinition.Buildercreate()IndexMappinggetMapping()IndexSettingsgetSettings()
-
-
-
Method Detail
-
getSettings
public IndexSettings getSettings()
-
getMapping
public IndexMapping getMapping()
-
create
public static IndexDefinition.Builder create()
-
-