SOLR-947 update -- Removing from changelog because the bug was in lucene.jar introduced after 1.3 release

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2009-01-10 02:48:11 +00:00
parent 38790ddcbf
commit de5a72a40e
1 changed files with 0 additions and 3 deletions

View File

@ -216,9 +216,6 @@ Bug Fixes
24. SOLR-902: FastInputStream#read(byte b[], int off, int len) gives incorrect results when amount left to read is less
than buffer size (Noble Paul via shalin)
25. SOLR-947: ConstantScoreRangeQuery should be checked before RangeQuery in QueryParsing.toString().
This causes NPE when requesting open ended range query with debugQuery=on (koji)
Other Changes
----------------------