public abstract class IndexConfig
extends java.lang.Object
Contains configuration that is tied to a specific index implementation but is otherwise
global, i.e. not tied to a specific Index
and schema version.
Modifier and Type | Class and Description |
---|---|
static class |
IndexConfig.Builder |
Constructor and Description |
---|
IndexConfig() |
Modifier and Type | Method and Description |
---|---|
static IndexConfig.Builder |
builder() |
static IndexConfig |
createDefault() |
static IndexConfig.Builder |
fromConfig(org.eclipse.jgit.lib.Config cfg) |
abstract int |
maxLimit() |
abstract int |
maxPages() |
abstract int |
maxTerms() |
abstract boolean |
separateChangeSubIndexes() |
public static IndexConfig createDefault()
public static IndexConfig.Builder fromConfig(org.eclipse.jgit.lib.Config cfg)
public static IndexConfig.Builder builder()
public abstract int maxLimit()
public abstract int maxPages()
public abstract int maxTerms()
public abstract boolean separateChangeSubIndexes()