Re: solrj delete by Id problem

2009-01-28 Thread Parisa
. -- View this message in context: http://www.nabble.com/solrj-delete-by-Id-problem-tp21433056p21704110.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solrj delete by Id problem

2009-01-28 Thread Shalin Shekhar Mangar
earcher=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

Re: solrj delete by Id problem

2009-01-28 Thread Parisa
see the search result immediately after delete. -- 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.

Re: solrj delete by Id problem

2009-01-27 Thread Shalin Shekhar Mangar
On Tue, Jan 27, 2009 at 8:51 PM, Parisa wrote: > > I found how the issue is created .when solr warm up the new searcher with > cacheLists , if the queryResultCache is enable the issue is created. > > notice:as I mentioned before I commit with waitflush=false and > waitsearcher=false > > so it has

Re: solrj delete by Id problem

2009-01-27 Thread Parisa
rrSearcher); } catch (Throwable e) { SolrException.logOnce(log,null,e); } return null; } } ); } - -- } -- View this message in context: http://www.nabble.com/solrj-de

Re: solrj delete by Id problem

2009-01-25 Thread Shalin Shekhar Mangar
On Mon, Jan 26, 2009 at 12:20 PM, Parisa wrote: > > Is there any solution for fixing this bug ? > -- > View this message in context: > http://www.nabble.com/solrj-delete-by-Id-problem-tp21433056p21661131.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: solrj delete by Id problem

2009-01-25 Thread Parisa
Is there any solution for fixing this bug ? -- View this message in context: http://www.nabble.com/solrj-delete-by-Id-problem-tp21433056p21661131.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solrj delete by Id problem

2009-01-13 Thread Parisa
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.htm

Re: solrj delete by Id problem

2009-01-13 Thread Shalin Shekhar Mangar
> 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 -

solrj delete by Id problem

2009-01-13 Thread Parisa
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.