Re: Solr request filter and indexing process

2011-08-03 Thread 于浩
A ha,I have found the root cause , the Solr has return the result properly .The root cause is the SolrPHPClient, The SolrPHPClient uses file_get_contents function for connecting to Solr by default ,this function is not stable, usually returns http status error. thanks for everybody who gives me

Re: Solr request filter and indexing process

2011-08-01 Thread Chris Hostetter
: thanks for the reply. This is tomcat log files on my Solr Server: : I found that : if the server returns status=0 and QTime=0, the SolrPhpClient : will throughs an Exception. But the same query String will not always return : status=0 and QTime=0. The Query String is valid, I have tested them i

Re: Solr request filter and indexing process

2011-08-01 Thread 于浩
thanks for the reply. This is tomcat log files on my Solr Server: I found that : if the server returns status=0 and QTime=0, the SolrPhpClient will throughs an Exception. But the same query String will not always return status=0 and QTime=0. The Query String is valid, I have tested them in Solr Ad

Re: Solr request filter and indexing process

2011-07-31 Thread Chris Hostetter
: page is loaded. Then I found a problem: some request will return : statusCode:0 and QTime:0, The solr has accepted the request, but It does not : return a result document. If I send each request one by one manually ,It : will return the result. But If I send the request frequently in a very :

Re: Solr request filter and indexing process

2011-07-31 Thread Michael Sokolov
n I don't have much experience with Solr on windows, but have you given Solr enough java heap size etc? Im assuming you are running Solr stand alone. Maybe try and run it in Tomcat? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-request-filter-and-indexi

Re: Solr request filter and indexing process

2011-07-31 Thread 于浩
nce with Solr on windows, but have you given Solr > enough java heap size etc? > > Im assuming you are running Solr stand alone. Maybe try and run it in > Tomcat? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-request-filter-and-indexing-proce

Re: Solr request filter and indexing process

2011-07-31 Thread O. Klein
I don't have much experience with Solr on windows, but have you given Solr enough java heap size etc? Im assuming you are running Solr stand alone. Maybe try and run it in Tomcat? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-request-filter-and-indexing-pr

Re: Solr request filter and indexing process

2011-07-31 Thread 于浩
ready disabled the optimize operation after update, Have any other factors is related ? 2011/7/31 O. Klein > Might wanna check your resources, like memory and diskspace. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-request-filter-and-indexing

Re: Solr request filter and indexing process

2011-07-31 Thread O. Klein
Might wanna check your resources, like memory and diskspace. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-request-filter-and-indexing-process-tp3212907p3213512.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr request filter and indexing process

2011-07-30 Thread 于浩
Hello,Dear friends, I have got an problem in developing with solr. In My Application ,It must sends multiple query to solr server after the page is loaded. Then I found a problem: some request will return statusCode:0 and QTime:0, The solr has accepted the request, but It does not return a result