Move changes entries after backport.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2015-09-09 12:53:01 +00:00
parent 723ed04037
commit 7a17f3e2a6
1 changed files with 5 additions and 5 deletions

View File

@ -113,11 +113,6 @@ Bug Fixes
test data. In addition, the performance of those filters was improved
significantly. (Uwe Schindler, Robert Muir)
* LUCENE-6748: UsageTrackingQueryCachingPolicy no longer caches trivial queries
like MatchAllDocsQuery. (Adrien Grand)
* LUCENE-6781: Fixed BoostingQuery to rewrite wrapped queries. (Adrien Grand)
* LUCENE-6783: Removed side effects from FuzzyLikeThisQuery.rewrite.
(Adrien Grand)
@ -183,6 +178,11 @@ Bug Fixes
* LUCENE-6774: Remove classloader hack in MorfologikFilter. (Robert Muir,
Uwe Schindler)
* LUCENE-6748: UsageTrackingQueryCachingPolicy no longer caches trivial queries
like MatchAllDocsQuery. (Adrien Grand)
* LUCENE-6781: Fixed BoostingQuery to rewrite wrapped queries. (Adrien Grand)
Tests
* LUCENE-6760, SOLR-7958: Move TestUtil#randomWhitespace to the only