mirror of https://github.com/apache/lucene.git
SOLR-6792 adding deprecation details
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9184a44687
commit
3f4a3c393b
|
@ -105,6 +105,9 @@ Upgrading from Solr 4.x
|
|||
in the "def()" function. Example: changing "fl=sum(fieldA,fieldB)" to
|
||||
"fl=sum(def(fieldA,0.0),def(fieldB,0.0))". See LUCENE-5961 for more details.
|
||||
|
||||
* AdminHandlers is deprecated , /admin/* are implicitly defined, /get ,/replacation and
|
||||
handlers are also implicitly registered (refer to SOLR-6792)
|
||||
|
||||
Detailed Change List
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue