On 6/19/2011 8:11 PM, Hiller, Dean x66079 wrote:
Oddly, enough, this seems to work and I get one result calling
Collector.collect(int docIt)...(I found out AND has to be caps)...
author:dean AND date:20110623
but this does not seem to work...
author:dean AND date:[ 20110623 TO * ]
I'm not sure, but I'd try
author:dean AND date:[ 20110623 TO 99999999]
You would think this second query would return the single result that was
returned in the first query, wouldn't it??? I mean it is asking for the same
date inclusive and more...why does Collector.collect never get called like
nothing matches....stepping through the Lucene code, Scorer is null for some
reason and it skips collecting everything because of that. Any ideas?
Thanks,
Dean
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org