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
|
Upgrading from Solr 3.2.0
|
||||||
----------------------
|
----------------------
|
||||||
The SolrCore's CloseHook API has been changed in a backward-incompatible way.
|
* SolrCore's CloseHook API has been changed in a backward-incompatible way. It
|
||||||
Any custom components which use the SolrCore.addCloseHook method will need to
|
has been changed from an interface to an abstract class. Any custom
|
||||||
be modified accordingly.
|
components which use the SolrCore.addCloseHook method will need to
|
||||||
|
be modified accordingly.
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in New Issue