mirror of https://github.com/apache/lucene.git
SOLR-4555: Move CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
482e95cb91
commit
7158d983b1
|
@ -75,10 +75,6 @@ New Features
|
|||
Bug Fixes
|
||||
----------------------
|
||||
|
||||
* SOLR-4555: When forceNew is used with CachingDirectoryFactory#get, the old
|
||||
CachValue should give up it's path as it will be used by a new Directory
|
||||
instance. (Mark Miller)
|
||||
|
||||
* SOLR-4361: DataImportHandler would throw UnsupportedOperationException if
|
||||
handler-level parameters were specified containing periods in the name
|
||||
(James Dyer)
|
||||
|
@ -207,6 +203,10 @@ Bug Fixes
|
|||
* SOLR-4551: CachingDirectoryFactory needs to create CacheEntry's with the
|
||||
fullpath not path. (Mark Miller)
|
||||
|
||||
* SOLR-4555: When forceNew is used with CachingDirectoryFactory#get, the old
|
||||
CachValue should give up it's path as it will be used by a new Directory
|
||||
instance. (Mark Miller)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue