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