Re: lucene hits vs topdocs

2011-11-21 Thread Ian Lea
The general recommendation is to run the query again but you are right that it isn't always the correct answer in all circumstances. If you want to guard against the scenario you outline, do it the way you suggest, That's fine. In your fluid environment how do you cope when doc #11 is no longer

lucene hits vs topdocs

2011-11-20 Thread Gwyn Carwardine
Hi I last used dotLucene 143 and now I'm wanting to upgrade to 294. What I've discovered is that there are quite a few changes.. One of them is in respect of Search. Previously one supplied a query and received a number of hits. I didn't have an issue with preservation of state so was quite happ