mirror of https://github.com/apache/lucene.git
LUCENE-3848: fix CHANGES typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d2d144f92
commit
f4a88d2392
|
@ -783,7 +783,7 @@ Changes in Runtime Behavior
|
|||
|
||||
* LUCENE-3848: Fix tokenstreams to not produce a stream with an initial
|
||||
position increment of 0: which is out of bounds (overlapping with a
|
||||
non-existant previous term). Consumers such as IndexWriter and QueryParser
|
||||
non-existent previous term). Consumers such as IndexWriter and QueryParser
|
||||
still check for and silently correct this situation today, but at some point
|
||||
in the future they may throw an exception. (Mike McCandless, Robert Muir)
|
||||
|
||||
|
|
Loading…
Reference in New Issue