You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/12/02 00:39:11 UTC

[Lucene-java Wiki] Update of "LuceneFAQ" by RayHulha

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "LuceneFAQ" page has been changed by RayHulha:
http://wiki.apache.org/lucene-java/LuceneFAQ?action=diff&rev1=155&rev2=156

  ==== How do I start using Lucene? ====
  Lucene has no external dependencies, so just add lucene-core-x.y-dev.jar to your development environment's classpath. After that,
  
-  * read the [[http://lucene.apache.org/java/2_4_1/api/overview-summary.html#overview_description|Javadoc introduction]]
+  * read the [[http://lucene.apache.org/java/3_4_0/api/core/overview-summary.html#overview_description|Javadoc introduction]]
  
   * if you want to try the demos, also read the [[http://lucene.apache.org/java/2_3_0/gettingstarted.html|Getting Started Guide]]