Class NativeMutableFSTIndex
- java.lang.Object
-
- org.apache.pinot.segment.local.realtime.impl.invertedindex.NativeMutableFSTIndex
-
- All Implemented Interfaces:
Closeable,AutoCloseable,IndexReader,TextIndexReader
@Deprecated public class NativeMutableFSTIndex extends Object implements TextIndexReader
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description NativeMutableFSTIndex()Deprecated.NativeMutableFSTIndex(String columnName)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadd(String document)Deprecated.voidclose()Deprecated.org.roaringbitmap.buffer.ImmutableRoaringBitmapgetDictIds(String searchQuery)Deprecated.org.roaringbitmap.buffer.MutableRoaringBitmapgetDocIds(String searchQuery)Deprecated.
-
-
-
Constructor Detail
-
NativeMutableFSTIndex
@Deprecated public NativeMutableFSTIndex(String columnName)
Deprecated.
-
NativeMutableFSTIndex
public NativeMutableFSTIndex()
Deprecated.
-
-
Method Detail
-
add
public void add(String document)
Deprecated.
-
getDictIds
public org.roaringbitmap.buffer.ImmutableRoaringBitmap getDictIds(String searchQuery)
Deprecated.- Specified by:
getDictIdsin interfaceTextIndexReader
-
getDocIds
public org.roaringbitmap.buffer.MutableRoaringBitmap getDocIds(String searchQuery)
Deprecated.- Specified by:
getDocIdsin interfaceTextIndexReader
-
close
public void close() throws IOExceptionDeprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-