ehatcher 2004/05/30 04:12:51 Modified: src/java overview.html Log: doc patch from Daniel Naber Revision Changes Path 1.10 +4 -2 jakarta-lucene/src/java/overview.html Index: overview.html =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/overview.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- overview.html 20 Sep 2003 14:02:06 -0000 1.9 +++ overview.html 30 May 2004 11:12:50 -0000 1.10 @@ -4,7 +4,9 @@ </head> <body> -The Jakarta Lucene API is divided into several packages. +Jakarta Lucene is a high-performance, full-featured text search engine library. +The API is divided into several packages: + <ul> <li> <b><a href="org/apache/lucene/util/package-summary.html">org.apache.lucene.util</a></b> @@ -75,7 +77,7 @@ <li> Create an <a href="org/apache/lucene/search/IndexSearcher.html">IndexSearcher</a> -and pass the query to it's <a href="org/apache/lucene/search/Searcher.html#search(org.apache.lucene.search.Query)">search()</a> +and pass the query to its <a href="org/apache/lucene/search/Searcher.html#search(org.apache.lucene.search.Query)">search()</a> method.</li> </ol> Some simple examples of code which does this are:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]