Uses of Class
org.apache.pinot.segment.spi.creator.IndexCreationContext.Inverted
-
Packages that use IndexCreationContext.Inverted Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index -
-
Uses of IndexCreationContext.Inverted in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return IndexCreationContext.Inverted Modifier and Type Method Description IndexCreationContext.InvertedIndexCreationContext.Common. forInvertedIndex()Methods in org.apache.pinot.segment.spi.creator with parameters of type IndexCreationContext.Inverted Modifier and Type Method Description DictionaryBasedInvertedIndexCreatorInvertedIndexCreatorProvider. newInvertedIndexCreator(IndexCreationContext.Inverted context)Creates a {@see DictionaryBasedInvertedIndexCreator} from information about index creation. -
Uses of IndexCreationContext.Inverted in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index with parameters of type IndexCreationContext.Inverted Modifier and Type Method Description DictionaryBasedInvertedIndexCreatorIndexingOverrides.Default. newInvertedIndexCreator(IndexCreationContext.Inverted context)
-