On Wed, Jan 28, 2009 at 4:29 PM, Parisa <paris...@gmail.com> wrote: > > I should say that we also have this problem when we commit with waitflush = > true and waitsearcher = true > > because it again close the old searcher and open a new one. so it has > warming up process with the queryResultCache. > > besides , I need to commit waitFlush = false and waitSearcher=false to see > the search result immediately after delete. >
Any change to the index is visible to queries only after the commit completes and the new searcher is registered. Therefore, using waitFlush=false and waitSearcher=false will not let you see the new results immediately. If you do not want warming, you can disable it, however you should test with your index and be aware of the performance impact of using a cold searcher. -- > View this message in context: > http://www.nabble.com/solrj-delete-by-Id-problem-tp21433056p21703654.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- Regards, Shalin Shekhar Mangar.