[ 
https://issues.apache.org/jira/browse/SOLR-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746508#action_12746508
 ] 

Alex Baranov commented on SOLR-1379:
------------------------------------

Moreover, with the RAMDirectoryFactory provided by this patch updating 
documents via Solr doesn't work properly.

Example of the scenario in which this RAMDirectoryFactory is usable is when 
persistent (on file system) index is created/updated by another application 
(perhaps using pure luce approach to maintain this) and Solr core is reloaded 
whenever updates should affect the search. One of the possible reasons to use 
this scenario is to speed up search with RAMDirectory when index changes rarely 
on doesn't change at all.

> Add RAMDirectoryFactory
> -----------------------
>
>                 Key: SOLR-1379
>                 URL: https://issues.apache.org/jira/browse/SOLR-1379
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: 1.3
>            Reporter: Alex Baranov
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1379.patch
>
>
> Implement class RAMDirectoryFactory to make possible using RAMDirectory by 
> adding the next configuration in solrconfig.xml:
> {code}<directoryFactory 
> class="org.apache.solr.core.RAMDirectoryFactory"/>{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to