Home
last modified time | relevance | path

Searched refs:bufferDeleteTerms (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DDocumentsWriter.h292 bool bufferDeleteTerms(Collection<TermPtr> terms);
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A D_DocumentsWriter.h886 bool bufferDeleteTerms(const CL_NS(util)::ArrayBase<Term*>* terms);
H A DDocumentsWriter.cpp1010 bool DocumentsWriter::bufferDeleteTerms(const ArrayBase<Term*>* terms) { in bufferDeleteTerms() function in DocumentsWriter
H A DIndexWriter.cpp723 bool doFlush = docWriter->bufferDeleteTerms(terms); in deleteDocuments()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DDocumentsWriter.cpp757 bool DocumentsWriter::bufferDeleteTerms(Collection<TermPtr> terms) { in bufferDeleteTerms() function in Lucene::DocumentsWriter
H A DIndexWriter.cpp956 bool doFlush = docWriter->bufferDeleteTerms(terms); in deleteDocuments()