Displaying 2 results from an estimated 2 matches for "have_lucene_textcat".
2014 Nov 14
0
[PATCH]: libexttextcat from libreoffice
...s pkgconfig. Library name is different:
libexttextcat-2.0.so
so dovecot configure doesn't find it.
Something like this is needed:
--- dovecot-2.2.15/configure.ac~ 2014-10-25 05:57:08.000000000 +0200
+++ dovecot-2.2.15/configure.ac 2014-11-14 08:49:02.888452270 +0100
@@ -2747,10 +2747,16 @@
have_lucene_textcat=yes
AC_DEFINE(HAVE_LUCENE_TEXTCAT,, Define if you want textcat support for CLucene)
], [
- AC_CHECK_LIB(exttextcat, special_textcat_Init, [
- have_lucene_exttextcat=yes
- AC_DEFINE(HAVE_LUCENE_EXTTEXTCAT,, Define if you want textcat (Debian version) support for CLu...
2011 Dec 15
1
Building 2.1.rc1 with cluence, but without libstemmer
...00000 +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