Uses of Class
org.apache.lucene.document.column.ColumnBatch
Packages that use ColumnBatch
-
Uses of ColumnBatch in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type ColumnBatchModifier and TypeMethodDescriptionlongIndexWriter.addBatch(ColumnBatch columnBatch) Adds a batch of documents in column-oriented format.longIndexWriter.updateDocuments(Term delTerm, ColumnBatch columnBatch) Atomically deletes documents matching the provided term and adds a batch of documents in column-oriented format.longIndexWriter.updateDocuments(Query delQuery, ColumnBatch columnBatch) Similar toIndexWriter.updateDocuments(Term, ColumnBatch), but takes a query instead of a term to identify the documents to be deleted.