SOLR-6029: fix smoke test failure

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-05-29 03:57:08 +00:00
parent f9ae0e16a0
commit 183eef908b
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Bug Fixes
* SOLR-6017: Fix SimpleQParser to use query analyzer
(Ryan Ernst)
* SOLR_6029: CollapsingQParserPlugin throws ArrayIndexOutOfBoundsException
* SOLR-6029: CollapsingQParserPlugin throws ArrayIndexOutOfBoundsException
if elevated doc has been deleted from a segment. (Greg Harris, Joel Bernstein)
* SOLR-6030: Use System.nanoTime() instead of currentTimeInMills() in LRUCache.warm.