Home
last modified time | relevance | path

Searched defs:DEFAULT_MAX_BUFFERED_DOCS (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/lib/fulltextsearch/
H A Dqindexwriter_p.h70 DEFAULT_MAX_BUFFERED_DOCS = 10, enumerator
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DIndexWriter.h218 static const int32_t DEFAULT_MAX_BUFFERED_DOCS; variable
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DIndexWriter.h367 static const int32_t DEFAULT_MAX_BUFFERED_DOCS; variable
H A DIndexWriter.cpp48 const int32_t IndexWriter::DEFAULT_MAX_BUFFERED_DOCS = DISABLE_AUTO_FLUSH; member in IndexWriter
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DIndexWriter.cs185 public static readonly int DEFAULT_MAX_BUFFERED_DOCS = DISABLE_AUTO_FLUSH; field in Lucene.Net.Index.IndexWriter
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DIndexWriter.cpp52 const int32_t IndexWriter::DEFAULT_MAX_BUFFERED_DOCS = IndexWriter::DISABLE_AUTO_FLUSH; member in Lucene::IndexWriter
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmonodoc.cs1393 public static readonly int DEFAULT_MAX_BUFFERED_DOCS; field in Lucene.Net.Index.IndexWriter