@Beta public class IndexConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IndexConfig.Builder |
Modifier and Type | Field and Description |
---|---|
static IndexConfig |
BY_TYPE |
static IndexConfig |
FULLTEXT |
static IndexConfig |
MINIMAL |
static IndexConfig |
NONE |
static IndexConfig |
PATH |
Modifier and Type | Method and Description |
---|---|
static IndexConfig.Builder |
create() |
static IndexConfig.Builder |
create(IndexConfig source) |
boolean |
equals(Object o) |
com.google.common.collect.ImmutableList<IndexValueProcessor> |
getIndexValueProcessors() |
int |
hashCode() |
boolean |
isDecideByType() |
boolean |
isEnabled() |
boolean |
isFulltext() |
boolean |
isIncludeInAllText() |
boolean |
isnGram() |
boolean |
isPath() |
public static final IndexConfig NONE
public static final IndexConfig FULLTEXT
public static final IndexConfig PATH
public static final IndexConfig MINIMAL
public static final IndexConfig BY_TYPE
public static IndexConfig.Builder create()
public static IndexConfig.Builder create(IndexConfig source)
public boolean isDecideByType()
public boolean isEnabled()
public boolean isnGram()
public boolean isFulltext()
public boolean isPath()
public boolean isIncludeInAllText()
public com.google.common.collect.ImmutableList<IndexValueProcessor> getIndexValueProcessors()