On Sat, 25 Sep 2010, Bill Janssen wrote:

Right now you've got this one:

ANALYZERS_JAR=$(LUCENE)/build/contrib/analyzers/common/lucene-analyzers-$(LUCENE_VER).jar

How about adding:

SMARTCNA_JAR=$(LUCENE)/build/contrib/analyzers/smartcn/lucene-smartcn-$(LUCENE_VER).jar

and then adding SMARTCNA_JAR to the list of jars?

Doing so causes this complaint to be emitted while building the wrappers:

WARNING: Can not find lexical dictionary directory!
WARNING: This will cause unpredictable exceptions in your application!
WARNING: Please refer to the manual to download the dictionaries.

What's the trick to have the lexical dictionary directory found ?
A quick glance at the javadocs [1] doesn't seem to say.

Andi..

[1] http://lucene.apache.org/java/3_0_2/api/contrib-smartcn/index.html

Reply via email to