public static final class IndexConfig.Builder extends Object
Modifier and Type | Method and Description |
---|---|
IndexConfig.Builder |
addIndexValueProcessor(IndexValueProcessor indexValueProcessor) |
IndexConfig |
build() |
IndexConfig.Builder |
decideByType(boolean decideByType) |
IndexConfig.Builder |
enabled(boolean enabled) |
IndexConfig.Builder |
fulltext(boolean fulltext) |
IndexConfig.Builder |
includeInAllText(boolean includeInAllText) |
IndexConfig.Builder |
nGram(boolean nGram) |
IndexConfig.Builder |
path(boolean path) |
public IndexConfig.Builder decideByType(boolean decideByType)
public IndexConfig.Builder enabled(boolean enabled)
public IndexConfig.Builder nGram(boolean nGram)
public IndexConfig.Builder fulltext(boolean fulltext)
public IndexConfig.Builder path(boolean path)
public IndexConfig.Builder includeInAllText(boolean includeInAllText)
public IndexConfig.Builder addIndexValueProcessor(IndexValueProcessor indexValueProcessor)
public IndexConfig build()