Commits

[4214 total ]
Anon32
LUCENE-2068: Fixed ReverseStringFilter for Unicode 4.0. Reverse Supplementary Characters correctly.

by simonw on 2009-11-22 21:09 (1 day ago)

Anon32
Added testcase for prefix getter on JakartaRegexpCapabilities. During LUCENE-2072 dev the prefix method did always return null due to a bug in jakarta-regexp-1.5. This testcase mainly prevents other from simply upgrading as long as this bug has not been fixed.

by simonw on 2009-11-22 20:30 (1 day ago)

Avatar
LUCENE-2088: add extra test

by Uwe Schindler (Using name ‘uschindler’) on 2009-11-22 13:59 (1 day ago)

Avatar
merge this one also to 3.0

by Uwe Schindler (Using name ‘uschindler’) on 2009-11-22 13:22 (1 day ago)

Avatar
LUCENE-2088: AttributeSource.addAttribute should only accept interfaces, the missing test leads to problems with Token.TOKEN_ATTRIBUTE_FACTORY

by Uwe Schindler (Using name ‘uschindler’) on 2009-11-22 13:18 (1 day ago)

Avatar
LUCENE-2087: Remove recursion in NumericRangeTermEnum

by Uwe Schindler (Using name ‘uschindler’) on 2009-11-21 19:49 (2 days ago)

Avatar
Improvement in NumericRangeTermEnum to reuse the term and not intern the field name everytime. It also throws UnsupportedOperationException in endEnum() method, which is not used, and should not be used by client code/subclasses (undefined behaviour).

by Uwe Schindler (Using name ‘uschindler’) on 2009-11-21 12:01 (3 days ago)

Avatar
this is never called, but should be the other way round

by Uwe Schindler (Using name ‘uschindler’) on 2009-11-21 00:47 (3 days ago)

Anon32
LUCENE-2086: resolve deletes-by-term in term sorted order for better performance

by mikemccand on 2009-11-20 18:37 (3 days ago)

Anon32
LUCENE-2079: more improvements to contrib/benchmark for testing NRT

by mikemccand on 2009-11-20 17:23 (3 days ago)