Re: SolrTestCaseJ4 and searcher initialization
Why is it allowed to use the already closed searcher?(this is what happens in my example). Is this searcher ping-pong by purpose (see description above)? -- View this message in context: http://lucene.472066.n3.nabble.com/SolrTestCaseJ4-and-searcher-initialization-tp4028237p4029011.html Sent fro
SolrTestCaseJ4 and searcher initialization
er we used // for warming... if (currSearcherHolderF!=null) *currSearcherHolderF.decref();* } return null; } } ); } -- View this message in context: http://lucene.472066.n3.nabble.com/SolrTestCaseJ4-an