Ah - right - sorry, getting lost looking at the diff I guess.
It looks to me like you are never actually returning NO_MORE_DOCS in
nextDoc based on the exception.
I can't see how that is at the moment though.
- Mark
Stephen Duncan Jr wrote:
Doesn't that happen with the call to
this.termDoc
Doesn't that happen with the call to
this.termDocs.next()
? Since I'm essentially delegating the tracking to the TermDocs object?
On Wed, Aug 12, 2009 at 10:08 AM, Mark Miller wrote:
> First thing I see (and it may be it) is that nextDoc must also set the doc
> - not just return it.
>
>
> --
First thing I see (and it may be it) is that nextDoc must also set the
doc - not just return it.
--
- Mark
http://www.lucidimagination.com
Stephen Duncan Jr wrote:
On Tue, Aug 11, 2009 at 2:09 PM, Stephen Duncan Jr
wrote:
This is with trunk for Solr 1.4. It happened both wi
On Tue, Aug 11, 2009 at 2:09 PM, Stephen Duncan Jr wrote:
> This is with trunk for Solr 1.4. It happened both with a build from 1 week
> ago as well as with a build from today, so I'm not sure if it's something
> recent, or even if it would happen on Solr 1.3 or not. Here's the stack
> trace in