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 '<commit/>'

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 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

Reply via email to