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