On 4/11/06, Marvin Humphrey <[EMAIL PROTECTED]> wrote:
> What do the failing tests have in common?
>
> On TestIndexModifier, only a small portion of the deletions fail, and
> they're all for fairly high values of delId -- sometimes the highest,
> but not always.  For RangeFilter and ConstantScoreRangeQuery, it's
> the "find all" tests, and only those, that fail.  They find 0 docs
> instead of 10001.

I guess they would all use a TermEnum to find terms (but many tests do
that), so it could just be luck or tests that have a large enough
number of terms to hit a bug.

FYI, ConstantScoreRangeQuery uses a RangeFilter.


-Yonik
http://incubator.apache.org/solr Solr, The Open Source Lucene Search Server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to