Apache Lucene - Lucene Contrib
Lucene Contrib
The Lucene Java project also contains a workspace, Lucene Contrib (formerly known as the Lucene Sandbox), that is open both to all Lucene Java core committers and to developers whose commit rights are restricted to the Contrib workspace; these developers are referred to as "Contrib committers". The Lucene Contrib workspace hosts the following types of packages:
- Various third party contributions.
- Contributions with third party dependencies - the Lucene Java core distribution has no external runtime dependencies.
- New ideas that are intended for eventual inclusion into the Lucene Java core.
Users are free to experiment with the components developed in the Contrib workspace, but Contrib packages will not necessarily be maintained, particularly in their current state. The Lucene Java core backwards compatibility commitments (see http://wiki.apache.org/lucene-java/BackwardsCompatibility) do not necessarily extend to the packages in the Contrib workspace. See the README.txt file for each Contrib package for details. If the README.txt file does not address its backwards compatibility commitments, users should assume it does not make any compatibility commitments.
See Contrib CHANGES for changes included in the current release.
You can access the current trunk Contrib repository at http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/.
analyzers
Contributed Analyzers, Tokenizers, and Filters for various uses and languages.
ant
Ant task to create Lucene indexes.
See ant javadoc
benchmark
The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora.
collation
CollationKeyFilter/Analyzer and ICUCollationKeyFilter/Analyzer - can be used as an efficient replacement for Locale sorting and Locale range queries as well as Locale-specific normalization
db
Provides integration with Berkley DB.
See db javadoc
highlighter
A set of classes for highlighting matching terms in search results.
fast-vector-highlighter
An alternative set of classes for highlighting matching terms in search results that relies on stored term vectors. This highlighter can be much faster than the standard highlighter, especially on large fields.
See fast-vector-highlighter javadoc
instantiated
RAM-based index that enables much faster searching than RAMDirectory in certain situations.
lucli
An application that allows Lucene index manipulation from the command-line.
See lucli javadoc
memory
High-performance single-document main memory index.
See memory javadoc
misc
A variety of miscellaneous files, including QueryParsers, and other alternate Lucene class implementations and tools.
See misc javadoc
queryparser
A new Lucene query parser implementation, which matches the syntax of the core QueryParser but offers a more modular architecture to enable customization.
regex
Queries with additional regex matching capabilities.
See regex javadoc
remote
Classes to help use Lucene with RMI.
See remote javadoc
snowball
Pre-compiled versions of the Snowball stemmers for Lucene.
See snowball javadoc
spatial
Classes to help with efficient distance based sorting.
See spatial javadoc
spellchecker
Provides tools for spellchecking and suggestions with Lucene.
surround
A QueryParser that supports the Span family of queries as well as pre and infix notation.
See surround javadoc
swing
Swing components designed to integrate with Lucene.
See swing javadoc
wikipedia
Tools for working with wikipedia content.
wordnet
Tools to help utilize wordnet synonyms with Lucene
See wordnet javadoc
xml-query-parser
A QueryParser that can read queries written in an XML format.