I'm trying to use the class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.
I 'm using lucene 2.2.0 and I included i my classpath lucene-core-2.2.0.jar.
I have:
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
When I try to compile my code I'm getting:

package org.apache.lucene.analysis.ngram does not exist

while in the package summary of lucene I see it (http://lucene.apache.org/java/2_2_0/api/index.html?org/apache/lucene/search/function/package-summary.html).
Am I missing something?
Can someone tell me where can I download the missing classes?
Best regards

Marco


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to