Class TextIndexPlugin
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.index.text.TextIndexPlugin
-
- All Implemented Interfaces:
IndexPlugin<TextIndexType>
@AutoService(org.apache.pinot.segment.spi.index.IndexPlugin.class) public class TextIndexPlugin extends Object implements IndexPlugin<TextIndexType>
-
-
Field Summary
Fields Modifier and Type Field Description static TextIndexTypeINSTANCE
-
Constructor Summary
Constructors Constructor Description TextIndexPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextIndexTypegetIndexType()
-
-
-
Field Detail
-
INSTANCE
public static final TextIndexType INSTANCE
-
-
Method Detail
-
getIndexType
public TextIndexType getIndexType()
- Specified by:
getIndexTypein interfaceIndexPlugin<TextIndexType>
-
-