Integrations - Lucene |
rate-12980-76826
| Article Rating? |
|
|
|
| Module Type |
Tool |
| Version Supported |
2.0.0 |
| Module Status |
Included with Terracotta Kit |
| Module Availability - Released (latest) |
Not Applicable |
| Module Availability - SNAPSHOT (latest) |
Not Applicable |
| Download |
See latest Terracotta Kit |
Introduction
The Apache Lucene
project develops open-source search software.
A sample app using the Clustered Lucene module is available via Subversion from: http://svn.terracotta.org/svn/forge/projects/labs/terracotta-lucene-examples/trunk/terracotta-lucene-examples
Dependencies
Client apps should declare a RAMDirectory field, and mark it as root.
Usage
To integrate Lucene 2.0.0, add the following snippet to tc-config.xml:
<modules>
<module name="clustered-lucene-2.0.0" version="<module_version>"/>
</modules>
For example, to use the integration module provided with Terracotta DSO 2.6.0, use:
<modules>
<module name="clustered-lucene-2.0.0" version="2.6.0"/>
</modules>
Known Issues
None.