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 |
Modifier and Type | Method and Description |
---|---|
static IndexConfig.Builder |
create() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isDecideByType() |
boolean |
isEnabled() |
boolean |
isFulltext() |
boolean |
isIncludeInAllText() |
boolean |
isnGram() |
public static final IndexConfig NONE
public static final IndexConfig FULLTEXT
public static final IndexConfig MINIMAL
public static final IndexConfig BY_TYPE
public boolean isDecideByType()
public boolean isEnabled()
public boolean isnGram()
public boolean isFulltext()
public boolean isIncludeInAllText()
public static IndexConfig.Builder create()