Home
last modified time | relevance | path

Searched refs:setFlushPending (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DDocumentsWriter.h266 bool setFlushPending();
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DDocumentsWriter.cpp533 bool DocumentsWriter::setFlushPending() { in setFlushPending() function in Lucene::DocumentsWriter
811 return ((bufferIsFull || deletesFull()) && setFlushPending()); in timeToFlushDeletes()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A D_DocumentsWriter.h842 bool setFlushPending();
H A DDocumentsWriter.cpp496 bool DocumentsWriter::setFlushPending() { in setFlushPending() function in DocumentsWriter
1034 && setFlushPending(); in timeToFlushDeletes()