mirror of https://github.com/apache/lucene.git
LUCENE-5269: satisfy the policeman
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f06bb1708
commit
d69231cf8c
|
@ -106,6 +106,8 @@ New Features
|
|||
* LUCENE-5270: Add Terms.hasFreqs, to determine whether a given field
|
||||
indexed per-doc term frequencies. (Mike McCandless)
|
||||
|
||||
* LUCENE-5269: Add CodepointCountFilter. (Robert Muir)
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead
|
||||
|
@ -132,8 +134,7 @@ Bug Fixes
|
|||
to SHOULD. (Simon Willnauer)
|
||||
|
||||
* LUCENE-5269: Fix bug in NGramTokenFilter where it would sometimes count
|
||||
unicode characters incorrectly. Adds CodepointCountFilter.
|
||||
(Mike McCandless, Robert Muir)
|
||||
unicode characters incorrectly. (Mike McCandless, Robert Muir)
|
||||
|
||||
API Changes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue