You're possibly getting hit by server caching. Are you by chance
submitting the exact same query after your commit? What
happens if you change your query do one you haven't used before?
Turning off http caching might help. Solr should be searching
the new contents after a commit (and any attendant
Hi all,
i just made a duplication of solrdispatchfilter as
solrdispatchfilter1 and solrdispatchfilter2 such that all the /update or
/update/extract things are passed through the solrdispatchfilter1
and all search (/select) things are passes through the
solrdispatchfilter2. It is because i