Displaying 6 results from an estimated 6 matches for "lstemmer".
Did you mean:
stemmer
2010 Jun 09
1
TermGenerator incorrectly tokenizes German text which contains special characters
...,
terms get cut off (stopped) after the special character. For example the
term gesundheitssch?dlich is indexed as gesundheitssch? and Zgesundheitssch?
(stemmed).
All character encodings are set to UTF-8, the MySql database is also in
UTF-8 encoding.
*
#1 $lIndexer = new XapianTermGenerator();
#2 $lStemmer = new XapianStem(XapianHelper::GetStemmer($pLanguage)); //
?german?
#3 $lIndexer->set_stemmer($lStemmer);
#4 $lDoc = new XapianDocument();
#5 $lDoc->add_term($lObj->Id);
#6 $lIndexer->set_document($lDoc);
#7 $lIndexer->index_text("Nahrungserg?nzungsmittel Ausrei?er");
#8 $l...
2011 Dec 15
1
Building 2.1.rc1 with cluence, but without libstemmer
...t code uses SnowballAnalyzer.h as a C++ wrapper around libstemmer.
What versions of libstemmer, clucene and libtextcat is dovecot 2.1.rc1 intended to be used against?
Is it worth bringing the wrapper class around libstemmer into dovecot to avoid funny dependencies against clucene and so that the -lstemmer test in configure is enough?
For reference, I'm building on FreeBSD 9.0-RC3, system gcc.
Regards,
Jan Mikkelsen.
diff -u -d -r dovecot-2.1.rc1/src/plugins/fts-lucene/lucene-wrapper.cc dovecot-2.1.rc1.patched/src/plugins/fts-lucene/lucene-wrapper.cc
--- dovecot-2.1.rc1/src/plugins/fts-lucen...
2020 Sep 07
2
Indexer error after upgrade to 2.3.11.3
...I looked
through them but couldn't find anything obvious that might cause this
--- configure.orig? ? ? 2020-08-12 12:20:51 UTC
+++ configure
@@ -28901,13 +28901,13 @@ fi
? ?if test $want_stemmer != no; then
-? ? { $as_echo "$as_me:${as_lineno-$LINENO}: checking for
sb_stemmer_new in -lstemmer" >&5
-$as_echo_n "checking for sb_stemmer_new in -lstemmer... " >&6; }
+? ? { $as_echo "$as_me:${as_lineno-$LINENO}: checking for
sb_stemmer_new in -lclucene-contribs-lib" >&5
+$as_echo_n "checking for sb_stemmer_new in -lclucene-contribs-lib...
&q...
2016 Dec 04
2
RES: RES: v2.2.27 released
I don't see it, and can't really think of a good reason why it would happen. This happens in configure? And the first thing you ran was configure, right? No autogen.sh or autoconf/automake?
-bash-4.1# cat /etc/redhat-release
CentOS release 6.8 (Final)
-bash-4.1# uname -a
Linux test-centos6.dovecot.net 2.6.32-642.6.1.el6.x86_64 #1 SMP Wed Oct 5 00:36:12 UTC 2016 x86_64 x86_64 x86_64
2016 Dec 04
0
RES: RES: RES: v2.2.27 released
...the macro was only invoked conditionally.
[root at host1 dovecot-2.2.27]# tail foo
checking for library containing quota_open... no
checking for XML_Parse in -lexpat... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for sb_stemmer_new in -lstemmer... no
checking for special_textcat_Init in -lexttextcat... no
checking for special_textcat_Init in -ltextcat... no
checking for valgrind... no
checking that generated files are newer than configure... done
About openssl:
[root at host1 dovecot-2.2.27]# rpm -qa | grep openssl
openssl-1.0.1e-48.el6_...
2020 Aug 19
7
Indexer error after upgrade to 2.3.11.3
Hi,
after the upgrade to Dovecot 2.3.11.3, from 2.3.10.1, I see frequently
these errors from different users:
Aug 18 11:02:35 Panic: indexer-worker(info at domain.com)
session=<g71KISOttvS5LNVj:O3ahCyuZO18cYAAAEPCW+w>: file
http-client-request.c: line 1232 (http_client_request_send_more):
assertion failed: (req->payload_input != NULL)
Aug 18 11:02:35 Error: indexer-worker(info at