Re: immediatley commit of docs doesn't work in multiCore case

2008-10-26 Thread Parisa
wow!!! you can't imagine what my problem was, the problem was that I am using solr admin Interface for testing my search server and when you are using multicore it redirects you to : http://localhost:8080/core3/select/?q= instead of http://localhost:8080/solr/core3/select/?q= and every

Re: immediatley commit of docs doesn't work in multiCore case

2008-10-21 Thread Parisa
yes I have this tag in my SolrConfig.xml of all cores. requestHandler name=/update class=solr.XmlUpdateRequestHandler /requestHandler Parisa ryantxu wrote: Do you have the XmlUpdateRequestHandler mapped to /update? if that fixes it, we should make a bigger note on:

Re: immediatley commit of docs doesn't work in multiCore case

2008-10-21 Thread Parisa
besides, it works correctly in single core and It only has problem I mean doesn't commit immediately when I test it in multi core. Parisa -- View this message in context: http://www.nabble.com/immediatley-commit-of-docs-doesn%27t-work-in-multiCore-case-tp20069593p20090770.html Sent from

Re: immediatley commit of docs doesn't work in multiCore case

2008-10-20 Thread Parisa
I should mention that I use apache-solr-1.3.0 Parisa wrote: Hi, I want to see the doc that is committed as soon as I commit it in my search result so I did as you suggest : solrUrl = http://mySolrServer:8080/solr/core1/;; CommonsHttpSolrServer server = new

Re: immediatley commit of docs doesn't work in multiCore case

2008-10-20 Thread Ryan McKinley
Do you have the XmlUpdateRequestHandler mapped to /update? if that fixes it, we should make a bigger note on: http://wiki.apache.org/solr/Solrj ryan On Oct 20, 2008, at 10:41 AM, Parisa wrote: Hi, I want to see the doc that is committed as soon as I commit it in my search result so I