: 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 : short times, It will return nothing only statusCode:0 and QTime:0. : I think this may be a stratege for solr. but i can't find any documents or : discussions on the internet.
there is no stratgy like whta you describe in solr -- requests should not behave differnetly depending on wether you send them one at a time, or if you send them all concurrently -- many parallel requests may bog down the server, causing the responses to take longer, but you should not see different results from solr. you have not relaly given us much information at all to go on to make suggestsion about the problem you are seeing -- at a minimum some server log showing the types of requests you are making and whta *solr* says about those requests in it's logs is neccesary, but it may also be helpful if you show us the client code you are using to make the requests. My suspicioun is that Solr isn't recieving the requests you think you are sending. Please review this wiki page carefully before sending any replies... http://wiki.apache.org/solr/UsingMailingLists -Hoss