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 2007/04/11 23:34:18 UTC

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

Dear Wiki user,

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

The following page has been changed by DanielNaber:
http://wiki.apache.org/lucene-java/LuceneFAQ

The comment on the change is:
small link updates

------------------------------------------------------------------------------
  
  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_0_0/api/overview-summary.html#overview_description Javadoc introduction]
+  * read the [http://lucene.apache.org/java/2_1_0/api/overview-summary.html#overview_description Javadoc introduction]
  
-  * if you want to try the demos, also read the [http://lucene.apache.org/java/2_0_0/gettingstarted.html Getting Started Guide]
+  * if you want to try the demos, also read the [http://lucene.apache.org/java/2_1_0/gettingstarted.html Getting Started Guide]
  
  ==== Are there any mailing lists available? ====
  
@@ -27, +27 @@

  
  ==== What Java version is required to run Lucene? ====
  
- Lucene 1.4 will run with JDK 1.3 and up but requires at least JDK 1.4 to compile. Lucene >= 1.9 requires Java 1.4.
+ Lucene >= 1.9 requires Java 1.4. Lucene 1.4 will run with JDK 1.3 and up but requires at least JDK 1.4 to compile.
  
  
  ==== Will Lucene work with my Java application? ====