Displaying 1 result from an estimated 1 matches for "have_lucene_stemm".
Did you mean:
have_lucene_stemmer
2011 Dec 15
1
Building 2.1.rc1 with cluence, but without libstemmer
...pper.cc 2011-11-09 08:45:26.000000000 +1100
+++ dovecot-2.1.rc1.patched/src/plugins/fts-lucene/lucene-wrapper.cc 2011-12-14 23:36:54.319796535 +1100
@@ -23,7 +23,9 @@
#include <CLucene.h>
#include <CLucene/util/CLStreams.h>
#include <CLucene/search/MultiPhraseQuery.h>
+#if defined(HAVE_LUCENE_STEMMER) || defined(HAVE_LUCENE_TEXTCAT)
#include "SnowballAnalyzer.h"
+#endif
/* Lucene's default is 10000. Use it here also.. */
#define MAX_TERMS_PER_DOCUMENT 10000