Interface MutableTextIndex
-
- All Superinterfaces:
AutoCloseable,Closeable,TextIndexReader
public interface MutableTextIndex extends TextIndexReader
-
-
Method Summary
-
Methods inherited from interface org.apache.pinot.segment.spi.index.reader.TextIndexReader
getDictIds, getDocIds
-
-
-
-
Method Detail
-
add
void add(String document)
Index the document- Parameters:
document- the document as a string
-
-