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:
Robert Muir 2013-10-11 17:30:25 +00:00
parent 6f06bb1708
commit d69231cf8c
1 changed files with 3 additions and 2 deletions

View File

@ -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: