org.apache.jackrabbit.core.query.lucene.SearchIndex with in-memory lucene index
-------------------------------------------------------------------------------
Key: JCR-1747
URL: https://issues.apache.org/jira/browse/JCR-1747
Project: Jackrabbit
Issue Type: Improvement
Components: indexing
Affects Versions: 1.4
Reporter: fabrizio giustina
Priority: Minor
If I'm not wrong, there is actually no way to configure SearchIndex in order to
use a memory only lucene index.
Since you can configure a repository using a
org.apache.jackrabbit.core.state.mem.InMemPersistenceManager, it makes sense
that also search index offers a similar configuration.
MultiIndex and PersistentIndex now always use a
org.apache.lucene.store.FSDirectory, they should be refactored in order to
allow a switching to a org.apache.lucene.store.RAMDirectory for this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.