Hi,

I have a Java program which maintains a Lucene index using the Lucene Java APIs.

I want to use Solr to provide a web-based read-only view of this index. I 
require that the index not be locked in any way while Solr is using it (so the 
Java program can continue updating it) and that Solr is able to see new 
documents added to the index, if not immediately, at least a couple of times a 
day.

My first attempt to do this resulted in my Java program throwing a CorruptIndex 
exception. It appears as though Solr has somehow modified my index files in 
some way which causes the Lucene code to see them as corrupt (even though I did 
not, at least intentionally, try to post any documents or otherwise update the 
index through Lucene).

Please let me know if what I want is even possible with this software. If so, 
what config options should I be looking at? I couldn't find anything that 
suggested a read-only index.

Thanks,

Frank

Reply via email to