1 --- src/core/CLucene/index/IndexWriter.cpp
2 +++ src/core/CLucene/index/IndexWriter.cpp
5 DEFINE_MUTEX(IndexWriter::MESSAGE_ID_LOCK)
6 int32_t IndexWriter::MESSAGE_ID = 0;
7 -const int32_t IndexWriter::MAX_TERM_LENGTH = DocumentsWriter::MAX_TERM_LENGTH;
9 class IndexWriter::Internal{
11 --- src/core/CLucene/index/IndexWriter.h
12 +++ src/core/CLucene/index/IndexWriter.h
15 static const int32_t DEFAULT_MAX_MERGE_DOCS;
18 - * Absolute hard maximum length for a term. If a term
19 - * arrives from the analyzer longer than this length, it
20 - * is skipped and a message is printed to infoStream, if
21 - * set (see {@link #setInfoStream}).
23 - static const int32_t MAX_TERM_LENGTH;
26 /* Determines how often segment indices are merged by addDocument(). With