wrap 3.5 changes to 80 character lines

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-09-26 16:56:32 +00:00
parent 8f23139191
commit 74ebea2a3f
1 changed files with 3 additions and 3 deletions

View File

@ -644,9 +644,9 @@ New Features
Optimizations
* LUCENE-3426: Add NGramPhraseQuery which extends PhraseQuery and tries to reduce
the number of terms of the query when rewrite(), in order to improve performance.
(Robert Muir, Koji Sekiguchi)
* LUCENE-3426: Add NGramPhraseQuery which extends PhraseQuery and tries to
reduce the number of terms of the query when rewrite(), in order to improve
performance. (Robert Muir, Koji Sekiguchi)
Test Cases