@Beta public class RepositorySettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RepositorySettings.Builder |
Modifier and Type | Method and Description |
---|---|
static RepositorySettings.Builder |
create() |
IndexDefinitions |
getIndexDefinitions() |
IndexMapping |
getIndexMappings(IndexType indexType) |
IndexSettings |
getIndexSettings(IndexType indexType) |
public static RepositorySettings.Builder create()
public IndexDefinitions getIndexDefinitions()
public IndexSettings getIndexSettings(IndexType indexType)
public IndexMapping getIndexMappings(IndexType indexType)