Home
last modified time | relevance | path

Searched defs:doFlushAfter (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DDocumentsWriterThreadState.h27 bool doFlushAfter; // true if we should flush after processing current doc variable
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DDocumentsWriterThreadState.cs33 internal bool doFlushAfter; // true if we should flush after processing current doc field in Lucene.Net.Index.DocumentsWriterThreadState
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A D_DocumentsWriter.h564 bool doFlushAfter; variable