Uses of Class
org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Text
-
Packages that use MutableIndexContext.Text Package Description org.apache.pinot.segment.spi.index org.apache.pinot.segment.spi.index.mutable.provider -
-
Uses of MutableIndexContext.Text in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index with parameters of type MutableIndexContext.Text Modifier and Type Method Description MutableTextIndexIndexingOverrides.Default. newTextIndex(MutableIndexContext.Text context) -
Uses of MutableIndexContext.Text in org.apache.pinot.segment.spi.index.mutable.provider
Methods in org.apache.pinot.segment.spi.index.mutable.provider that return MutableIndexContext.Text Modifier and Type Method Description MutableIndexContext.TextMutableIndexContext.Common. forTextIndex()Methods in org.apache.pinot.segment.spi.index.mutable.provider with parameters of type MutableIndexContext.Text Modifier and Type Method Description MutableTextIndexMutableTextIndexReaderProvider. newTextIndex(MutableIndexContext.Text context)
-