On 4/27/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
Is it possible / is it an ok idea to have multiple solr instances running on the same machine pointing to the same index files?
If only one at a time is used to update the index, then yes it is possible.
Essentially, I have two distinct needs - in some cases i need a commit immediately after indexing one document, but most of the time it is fine to wait 10 mins for changes if that has better performance.
Sounds like a configuration issue... set autocommit to 10 minutes, but explicitly commit the important documents? I don't quite get why one would want two solr instances for this. -Yonik