--- src/core/CLucene/index/IndexWriter.cpp +++ src/core/CLucene/index/IndexWriter.cpp @@ -53,7 +53,6 @@ DEFINE_MUTEX(IndexWriter::MESSAGE_ID_LOCK) int32_t IndexWriter::MESSAGE_ID = 0; -const int32_t IndexWriter::MAX_TERM_LENGTH = DocumentsWriter::MAX_TERM_LENGTH; class IndexWriter::Internal{ public: --- src/core/CLucene/index/IndexWriter.h +++ src/core/CLucene/index/IndexWriter.h @@ -384,13 +384,6 @@ */ static const int32_t DEFAULT_MAX_MERGE_DOCS; - /** - * Absolute hard maximum length for a term. If a term - * arrives from the analyzer longer than this length, it - * is skipped and a message is printed to infoStream, if - * set (see {@link #setInfoStream}). - */ - static const int32_t MAX_TERM_LENGTH; /* Determines how often segment indices are merged by addDocument(). With option value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparaimphint.hxx
AgeCommit message (Expand)Author
2018-09-13loplugin:constfields in xmloffNoel Grandin
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09loplugin:refcountingNoel Grandin
2016-09-09remove manual memory managementDavid Tardon
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01coverity#1325246 Unchecked dynamic_castCaolán McNamara
2015-10-01coverity#1325247 Unchecked dynamic_castCaolán McNamara
2015-10-01coverity#1325248 Unchecked dynamic_castCaolán McNamara
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-07-15loplugin:unusedmethods xmloffNoel Grandin
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-04-26some more namespace cleanupThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák