On Tue, 2012-12-04 at 20:36 +0530, Mohammad Tariq wrote:
> Hello list,
> 
>          I am entirely new to Lucene and was trying yo get myself familiar
> with it with the help of tutorial presented here :
> http://www.lucenetutorial.com/lucene-in-5-minutes.html
> 
> I was trying to execute the example code given here, but it seems
> "StandardAnalyzer" and "QueryParser" is not present in the distribution. I
> am using Lucene-4.0.0 and downloaded it from the official link. I am kinda
> stuck. Any help would be greatly appreciated. (Apologies for my ignorance).
> 
> Many thanks.
> 
> Regards,
>     Mohammad Tariq

Hi,

which distribution? this?
http://www.apache.org/dyn/closer.cgi/lucene/java/4.0.0
in the folder: /lucene-4.0.0/analysis/common/

you find what you need.

Maven?

<dependency>
        <groupId>org.apache.lucene</groupId>
        <artifactId>lucene-analyzers-common</artifactId>
        <version>4.0.0</version>
</dependency>



Nicola.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to