Is it possible that your Solr client (or the way you communicate with it)
is aware of HTTP caching?
If you are using a navigator in order to confirm these updates and commits,
try disabling HTTP caching.
On Tue, Dec 13, 2011 at 3:24 PM, Erick Erickson wrote:
> Are you sure you commit after you'r
Are you sure you commit after you're done? If you change
the index, this should all be automatic. Although that doesn't
make a lot of sense if you restart Solr because the
changes would probably be lost then.
But I'm a bit confused about what you mean by caches
not being updated. Do you mean searc
When I have delete or add data by application through solrj, or have
import index through command nutch solrindex, the cache of solr are not
changed if I do not restart solr.
Could anyone tell me how could I update solr cache without restarting
using shell command?
When I recreate the index by nutc