I have a problem with solrj delete By Id . If I search a keyword and it has more than 1 result no (for example 7) then I delete on of the resulted doc with solrj (server.deleteById ) , I search this keyword again the result no is zero . and it 's not correct because it should be 6 . It should shows the other 6 docs.
I should mention that when I restart the server the result will be correct and it shows the correct result no (I mean 6 docs). besides, It has the problem with the keywords that we have searched before deleting the docs and it has not problem with new key words. -- View this message in context: http://www.nabble.com/solrj-delete-by-Id-problem-tp21433056p21433056.html Sent from the Solr - User mailing list archive at Nabble.com.