On 11/28/06, Kaan Erdener <[EMAIL PROTECTED]> wrote:
I thought it might be a caching issue, but I have all of the cache options disabled in solfconfig.xml and the problem persists. I also ran Lucene optimization while Solr was running, but again no fix. If anyone has any suggestions for configuring / poking Solr somehow so that it will see new changes in Lucene, please let me know.
Changes to the lucene index are not visible until you perform '<commit/>'. This is true regardless of whether you are modifying the index directly or through solr's xml interface. regards, -MIke