Uses of Interface
org.apache.pinot.segment.spi.index.creator.TextIndexCreator
-
Packages that use TextIndexCreator Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index -
-
Uses of TextIndexCreator in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return TextIndexCreator Modifier and Type Method Description TextIndexCreatorTextIndexCreatorProvider. newTextIndexCreator(IndexCreationContext.Text context)Creates a {@see TextIndexCreator} from information about index creation. -
Uses of TextIndexCreator in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return TextIndexCreator Modifier and Type Method Description TextIndexCreatorIndexingOverrides.Default. newTextIndexCreator(IndexCreationContext.Text context)
-