[
https://issues.apache.org/jira/browse/SOLR-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998888#comment-12998888
]
Andres Felipe Ospina commented on SOLR-2130:
--------------------------------------------
Hi Ian,
My name is Felipe and i want to use the index of solr in RAM memory.
How it's possible? i have solr 1.4.1.
Thank you!
Andres
> Empty index directory causes FileNotFoundException error when starting
> in-memory SOLR server (RAMDirectory)
> -----------------------------------------------------------------------------------------------------------
>
> Key: SOLR-2130
> URL: https://issues.apache.org/jira/browse/SOLR-2130
> Project: Solr
> Issue Type: Bug
> Components: clients - java
> Affects Versions: 1.4.1
> Environment: Windows XP/Windows 7
> Reporter: Ian Rowland
> Attachments: TechSpike.zip
>
>
> When creating an in-memory Solr Server (using RAMDIrectory) if an empty index
> directory exists when the server is created the following error occurs:
> java.lang.RuntimeException: java.io.FileNotFoundException: no segments* file
> found in org.apache.lucene.store.RAMDirectory@177b093: files:
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1068)
> The code expects a segment file to be present - but as it is an in-memory
> server there isn't one to find and the error occurs.
> The workaround is to ensure the directory is deleted before starting the
> server, but the creation process creates another empty index folder :(
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]