This is just replacing the path not internal library name yet.
src/lib/unicodemap.c
src/lib/UnicodeData.txt
src/lib-compression/bench-compression
-src/lib-fts/PropList.txt
-src/lib-fts/WordBreakProperty.txt
-src/lib-fts/word-boundary-data.c
-src/lib-fts/word-break-data.c
+src/lib-language/PropList.txt
+src/lib-language/WordBreakProperty.txt
+src/lib-language/word-boundary-data.c
+src/lib-language/word-break-data.c
src/lib-dict-backend/dict-drivers-register.c
src/lib-json/json-format
src/lib-sql/sql-drivers-register.c
LIBDOVECOT_DSYNC='$(top_builddir)/src/doveadm/dsync/libdovecot-dsync.la'
LIBDOVECOT_SQL='$(top_builddir)/src/lib-sql/libsql.la'
LIBDOVECOT_COMPRESS='$(top_builddir)/src/lib-compression/libcompression.la'
-LIBDOVECOT_LIBFTS='$(top_builddir)/src/lib-fts/libfts.la'
+LIBDOVECOT_LIBFTS='$(top_builddir)/src/lib-language/libfts.la'
LIBDOVECOT_OPENSSL='$(top_builddir)/src/lib-ssl-iostream/libssl_iostream_openssl.la'
LIBDOVECOT_OPENSSL_DEPS="$LIBDOVECOT_OPENSSL"
src/lib-dns/Makefile
src/lib-doveadm/Makefile
src/lib-fs/Makefile
-src/lib-fts/Makefile
+src/lib-language/Makefile
src/lib-http/Makefile
src/lib-oauth2/Makefile
src/lib-pop3/Makefile
LIBDOVECOT_NOTIFY_INCLUDE="-I$(incdir)/src/plugins/notify"
LIBDOVECOT_PUSH_NOTIFICATION_INCLUDE="-I$(incdir)/src/plugins/push-notification"
LIBDOVECOT_ACL_INCLUDE="-I$(incdir)/src/plugins/acl"
-LIBDOVECOT_LIBFTS_INCLUDE="-I$(incdir)/src/lib-fts"
+LIBDOVECOT_LIBFTS_INCLUDE="-I$(incdir)/src/lib-language"
LIBDOVECOT_LUA_INCLUDE="-I$(incdir)/src/lib-lua"
dovecot_pkgincludedir=
lib-dovecot \
$(LIB_LDAP) \
$(LIB_LUA) \
- lib-fts \
+ lib-language \
lib-imap-client \
lib-imap-urlauth \
lib-compression \
-I$(top_srcdir)/src/lib-mail \
-I$(top_srcdir)/src/lib-index \
-I$(top_srcdir)/src/lib-storage \
- -I$(top_srcdir)/src/lib-fts \
+ -I$(top_srcdir)/src/lib-language \
-DPKG_RUNDIR=\""$(rundir)"\" \
$(BINARY_CFLAGS)
/** this code is left here to show how the sample file is created
struct istream *is =
- i_stream_create_file("../lib-fts/udhr_fra.txt", 8192);
+ i_stream_create_file("../lib-language/udhr_fra.txt", 8192);
struct istream *is_2 = i_stream_create_hash(is, hash, hash_ctx);
int fd = open("sample-v2.bin", O_CREAT|O_TRUNC|O_WRONLY, S_IRWXU);
struct ostream *os = o_stream_create_fd_file(fd, 0, TRUE);
noinst_LTLIBRARIES = libfts.la
-# I$(top_srcdir)/src/lib-fts needed to include
+# I$(top_srcdir)/src/lib-language needed to include
# word-break-data.c and word-boundary-data.c
# in fts-tokenizer-generic.c
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-test \
-I$(top_srcdir)/src/lib-mail \
- -I$(top_srcdir)/src/lib-fts \
+ -I$(top_srcdir)/src/lib-language \
$(LIBEXTTEXTCAT_CFLAGS) \
$(LIBICU_CFLAGS) \
- -DUDHRDIR=\""$(top_srcdir)/src/lib-fts"\" \
+ -DUDHRDIR=\""$(top_srcdir)/src/lib-language"\" \
-DDATADIR=\"$(pkgdatadir)\" \
- -DTEST_STOPWORDS_DIR=\""$(top_srcdir)/src/lib-fts/stopwords"\"
+ -DTEST_STOPWORDS_DIR=\""$(top_srcdir)/src/lib-language/stopwords"\"
stopwordsdir = $(datadir)/${PACKAGE_TARNAME}/stopwords
dist_stopwords_DATA = \
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-settings \
- -I$(top_srcdir)/src/lib-fts \
+ -I$(top_srcdir)/src/lib-language \
-I$(top_srcdir)/src/lib-ssl-iostream \
-I$(top_srcdir)/src/lib-http \
-I$(top_srcdir)/src/lib-mail \
module_LTLIBRARIES = \
lib20_fts_plugin.la
-lib20_fts_plugin_la_LIBADD = ../../lib-fts/libfts.la
+lib20_fts_plugin_la_LIBADD = ../../lib-language/libfts.la
lib20_fts_plugin_la_SOURCES = \
fts-api.c \