Uses of Interface
org.apache.pinot.segment.spi.creator.IndexCreationContext
-
Packages that use IndexCreationContext Package Description org.apache.pinot.segment.spi.creator -
-
Uses of IndexCreationContext in org.apache.pinot.segment.spi.creator
Classes in org.apache.pinot.segment.spi.creator that implement IndexCreationContext Modifier and Type Class Description static classIndexCreationContext.BloomFilterstatic classIndexCreationContext.Commonstatic classIndexCreationContext.Forwardstatic classIndexCreationContext.Geospatialstatic classIndexCreationContext.Invertedstatic classIndexCreationContext.Jsonstatic classIndexCreationContext.Rangestatic classIndexCreationContext.Textstatic classIndexCreationContext.WrapperConstructors in org.apache.pinot.segment.spi.creator with parameters of type IndexCreationContext Constructor Description BloomFilter(IndexCreationContext wrapped, BloomFilterConfig bloomFilterConfig)Json(IndexCreationContext delegate, JsonIndexConfig jsonIndexConfig)Text(IndexCreationContext wrapped, FSTType fstType, boolean commitOnClose, List<String> stopWordsInclude, List<String> stopWordExclude)For text indexesText(IndexCreationContext wrapped, FSTType fstType, String[] sortedUniqueElementsArray)For FST indexes
-