Class NativeMutableFSTIndex
- java.lang.Object
-
- org.apache.pinot.segment.local.realtime.impl.invertedindex.NativeMutableFSTIndex
-
- All Implemented Interfaces:
Closeable,AutoCloseable,MutableTextIndex,TextIndexReader
public class NativeMutableFSTIndex extends Object implements MutableTextIndex
-
-
Constructor Detail
-
NativeMutableFSTIndex
public NativeMutableFSTIndex(String column)
-
-
Method Detail
-
add
public void add(String document)
- Specified by:
addin interfaceMutableTextIndex
-
getDictIds
public org.roaringbitmap.buffer.ImmutableRoaringBitmap getDictIds(String searchQuery)
- Specified by:
getDictIdsin interfaceTextIndexReader
-
getDocIds
public org.roaringbitmap.buffer.MutableRoaringBitmap getDocIds(String searchQuery)
- Specified by:
getDocIdsin interfaceTextIndexReader
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-