Uses of Class
org.apache.pinot.segment.spi.creator.IndexCreationContext.Text
-
Packages that use IndexCreationContext.Text Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index -
-
Uses of IndexCreationContext.Text in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return IndexCreationContext.Text Modifier and Type Method Description IndexCreationContext.TextIndexCreationContext.Common. forFSTIndex(FSTType fstType, String[] sortedUniqueElementsArray)IndexCreationContext.TextIndexCreationContext.Common. forTextIndex(FSTType fstType, boolean commitOnClose, List<String> stopWordsInclude, List<String> stopWordExclude)Methods in org.apache.pinot.segment.spi.creator with parameters of type IndexCreationContext.Text Modifier and Type Method Description TextIndexCreatorTextIndexCreatorProvider. newTextIndexCreator(IndexCreationContext.Text context)Creates a {@see TextIndexCreator} from information about index creation. -
Uses of IndexCreationContext.Text in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index with parameters of type IndexCreationContext.Text Modifier and Type Method Description TextIndexCreatorIndexingOverrides.Default. newTextIndexCreator(IndexCreationContext.Text context)
-