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 gs...@apache.org on 2006/12/26 21:44:30 UTC

svn commit: r490368 - /lucene/java/trunk/README.txt

Author: gsingers
Date: Tue Dec 26 12:44:29 2006
New Revision: 490368

URL: http://svn.apache.org/viewvc?view=rev&rev=490368
Log:
Added some more explanation to the README to help people find the other analyzers.

Modified:
    lucene/java/trunk/README.txt

Modified: lucene/java/trunk/README.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/README.txt?view=diff&rev=490368&r1=490367&r2=490368
==============================================================================
--- lucene/java/trunk/README.txt (original)
+++ lucene/java/trunk/README.txt Tue Dec 26 12:44:29 2006
@@ -27,7 +27,10 @@
 
 contrib/*
   Contributed code which extends and enhances Lucene, but is not
-  part of the core library.
+  part of the core library.  Of special note are the JAR files in the analyzers and snowball directory which
+  contain various analyzers that people may find useful in place of the StandardAnalyzer.
+
+
 
 docs/index.html
   The contents of the Lucene website.