Re: changes in Lucene not visible through Solr

2006-11-28 Thread Chris Hostetter
: This worked great: : curl http://localhost:8983/solr/update --data-binary '' you should go turn your caching options back on ... they'll help out a lot if you tend to get any repetition in your queries, and they are "smart" caches ... entries will expire on commit, and with autoWarming co

Re: changes in Lucene not visible through Solr

2006-11-28 Thread Kaan Erdener
I'm glad I asked. I probably wouldn't have discovered that on my own... :) This worked great: curl http://localhost:8983/solr/update --data-binary '' thanks, Kaan On Nov 29, 2006, at 12:31 AM, Mike Klaas wrote: On 11/28/06, Kaan Erdener <[EMAIL PROTECTED]> wrote: I thought it migh

Re: changes in Lucene not visible through Solr

2006-11-28 Thread Mike Klaas
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 configur