[
https://issues.apache.org/jira/browse/SOLR-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595846#action_12595846
]
Hoss Man commented on SOLR-558:
-------------------------------
the best way to tackle this would probably be with something like SOLR-465 and
a "ReadOnlyDirectoryWrapper" that proxies all read operations to another
Directory impl and throws an Exception for any method intended to modify the
index.
(ReadOnlyDirectoryWrapper should probably be a new Lucene class, not a Solr
Class)
> Open indexes in read-only mode to avoid corruption
> --------------------------------------------------
>
> Key: SOLR-558
> URL: https://issues.apache.org/jira/browse/SOLR-558
> Project: Solr
> Issue Type: New Feature
> Components: update
> Affects Versions: 1.3
> Reporter: Lance Norskog
>
> Solr should allow using an index in read-only mode, so the application cannot
> possibly alter the index.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.