On Mon, Jan 4, 2010 at 7:13 PM, Patrick Sauts <patrick.via...@gmail.com>wrote:
> The issue was sometimes null result during facet navigation or simple > search, results were back after a refresh, we tried to changed the cache to > <httpCaching never304="true"/>. But same behaviour. > > That is strange. Just to make sure, you were using the same LBHttpSolrServer instance for all requests, weren't you? > *My implementation was :* (maybe wrong ?) > LBHttpSolrServer solrServer = new LBHttpSolrServer(new HttpClient(), new > XMLResponseParser(), solrServerUrl.split(",")); > solrServer.setConnectionManagerTimeout(CONNECTION_TIMEOUT); > solrServer.setConnectionTimeout(CONNECTION_TIMEOUT); > solrServer.setSoTimeout(READ_TIMEOUT); > solrServer.setAliveCheckInterval(CHECK_HEALTH_INTERVAL_MS); > > *What I was suggesting :* > As a LBHttpSolrServer is a wrapper to CommonsHttpSolrServer > > I think that is a good idea. Can you open a jira issue? -- Regards, Shalin Shekhar Mangar.