mirror of https://github.com/apache/lucene.git
tweak changes entry SOLR-2610
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f189febe29
commit
40fbeddc3b
|
@ -253,9 +253,10 @@ Documentation
|
|||
|
||||
Upgrading from Solr 3.2.0
|
||||
----------------------
|
||||
The SolrCore's CloseHook API has been changed in a backward-incompatible way.
|
||||
Any custom components which use the SolrCore.addCloseHook method will need to
|
||||
be modified accordingly.
|
||||
* SolrCore's CloseHook API has been changed in a backward-incompatible way. It
|
||||
has been changed from an interface to an abstract class. Any custom
|
||||
components which use the SolrCore.addCloseHook method will need to
|
||||
be modified accordingly.
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue