Interface MutableJsonIndex
-
- All Superinterfaces:
AutoCloseable,Closeable,JsonIndexReader
public interface MutableJsonIndex extends JsonIndexReader
-
-
Method Summary
-
Methods inherited from interface org.apache.pinot.segment.spi.index.reader.JsonIndexReader
getMatchingDocIds
-
-
-
-
Method Detail
-
add
void add(String jsonString) throws IOException
Index a JSON document- Parameters:
jsonString- the JSON- Throws:
IOException
-
-