diff --git a/lucene/docs/contributions.html b/lucene/docs/contributions.html index 3544745073b..815ee2c3bff 100644 --- a/lucene/docs/contributions.html +++ b/lucene/docs/contributions.html @@ -135,15 +135,6 @@ document.write("Last Published: " + document.lastModified);
Ant task to create Lucene indexes.
-See ant javadoc -
- +The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora.
- +The demo contrib contains the Lucene demo: IndexFiles and SearchFiles, described under Getting Started.
See demo javadoc
- -Provides integration with Berkley DB.
-See db javadoc -
- +A set of classes for highlighting matching terms in search results.
- +RAM-based index that enables much faster searching than RAMDirectory in certain situations.
- -An application that allows Lucene index manipulation from the command-line.
-See lucli javadoc -
- +High-performance single-document main memory index.
See memory javadoc
- +A variety of miscellaneous files, including QueryParsers, and other alternate Lucene class implementations and tools.
See misc javadoc
- +A new Lucene query parser implementation, which matches the syntax of the core QueryParser but offers a more modular architecture to enable customization.
- +Additional queries for Lucene.
See queries javadoc
- +Classes to help use Lucene with RMI.
See remote javadoc
- +Classes to help with efficient distance based sorting.
See spatial javadoc
- +Provides tools for spellchecking and suggestions with Lucene.
- -Swing components designed to integrate with Lucene.
-See swing javadoc -
- +Tools to help utilize wordnet synonyms with Lucene
See wordnet javadoc
- +A QueryParser that can read queries written in an XML format.
See xml-query-parser javadoc diff --git a/lucene/docs/lucene-contrib/index.pdf b/lucene/docs/lucene-contrib/index.pdf index 1db16b319ee..6a8527bfc5b 100644 Binary files a/lucene/docs/lucene-contrib/index.pdf and b/lucene/docs/lucene-contrib/index.pdf differ diff --git a/lucene/docs/queryparsersyntax.html b/lucene/docs/queryparsersyntax.html index fed92a4fa9c..a09bfdcc18f 100644 --- a/lucene/docs/queryparsersyntax.html +++ b/lucene/docs/queryparsersyntax.html @@ -135,15 +135,6 @@ document.write("Last Published: " + document.lastModified);