Connecting Tech Pros Worldwide Forums | Help | Site Map

Lucene

Newbie
 
Join Date: Feb 2009
Location: Chennai
Posts: 11
#1: Feb 12 '09
Dear sir,

I am trying some simple programs for search using lucene.

I am trying to use SnowballAnalyzer in my search for "English" Language.

I am using lucene-2.4.0 . On execution of this line-->
" import org.apache.lucene.analysis.snowball.SnowballAnalyz er; "
it shows error as package doesnt exist.
I have downloaded this jar file (lucene-snowball-2.4.0.jar )and kept in my jdk class path . But still it shows error as "cannot find symbol".

Which version of lucene has this analyzer..? or Whether this analyzer has to be downloaded separately?


kindly help me...



Thanks,
Vignesh

Reply