: This worked great: : curl http://localhost:8983/solr/update --data-binary '<commit/>'
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 configured Solr will even prefill the new caches on each commit based on the "best" keys from the old cache. : >> 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 -Hoss