We are upgrading from Solr 1.3 to Solr 1.4.1.
While using Solr 1.3 , we were seeing multiple blocking active threads on "org.apache.lucene.store.FSDirectory$FSIndexInput.readInternal() ".
To utilize the benefits of NIO, on upgrading to ...
I am trying to run parallel Lucene queries using PyLucene and Python's Multiprocessing package. I run it on a large server machine with thousands of cores. The problem that I am ...
I have one master-slave solr configuration.slave will poll after every 20 minutes.
When i observed in the logs when replication starts their are 2 to 3 requests are fired to master.
2011-09-02 13:40:00,013 ...