Class InvertedIndexPlugin
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.index.inverted.InvertedIndexPlugin
-
- All Implemented Interfaces:
IndexPlugin<InvertedIndexType>
@AutoService(org.apache.pinot.segment.spi.index.IndexPlugin.class) public class InvertedIndexPlugin extends Object implements IndexPlugin<InvertedIndexType>
-
-
Constructor Summary
Constructors Constructor Description InvertedIndexPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvertedIndexTypegetIndexType()
-
-
-
Method Detail
-
getIndexType
public InvertedIndexType getIndexType()
- Specified by:
getIndexTypein interfaceIndexPlugin<InvertedIndexType>
-
-