mirror of https://github.com/apache/lucene.git
LUCENE-5639: Fix token class to correctly implement PoistionLengthAttribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1592078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad37014a3a
commit
7db6edeb75
|
@ -145,6 +145,9 @@ Bug fixes
|
|||
* LUCENE-5559: Add additional argument validation for CapitalizationFilter
|
||||
and CodepointCountFilter. (Ahmet Arslan via Robert Muir)
|
||||
|
||||
* LUCENE-5639: Fix PositionLengthAttribute implementation in Token class.
|
||||
(Uwe Schindler, Robert Muir)
|
||||
|
||||
Test Framework
|
||||
|
||||
* LUCENE-5622: Fail tests if they print over the given limit of bytes to
|
||||
|
|
Loading…
Reference in New Issue