be5629e921
full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++. WWW: http://sourceforge.net/projects/clucene/ PR: ports/151951 Submitted by: Tom Judge <tom at tomjudge.com>
10 lines
416 B
Text
10 lines
416 B
Text
--- src/CLucene/analysis/Makefile.am Sat Feb 10 13:56:34 2007
|
|
+++ src/CLucene/analysis/Makefile.am.orig Tue Dec 5 09:55:45 2006
|
|
@@ -2,6 +2,7 @@
|
|
analysisdir = $(lsrcdir)/analysis
|
|
analysishdir = $(includedir)/CLucene/analysis
|
|
|
|
+libclucene_contrib_la_SOURCES += $(analysisdir)/LanguageBasedAnalyzer.cpp
|
|
libclucene_contrib_la_SOURCES += $(analysisdir)/PorterStemmer.cpp
|
|
|
|
analysish_HEADERS = $(analysisdir)/*.h
|