Solr navigable remove default
https://issues.apache.org/jira/browse/SOLR-NavigableRemoveDeafult
Description
_get(T t1,T t2) is replaced _get(T t1) in Navigable Object.All the classes which make call to this method get replaced
Solution
Analyze and Refactor feature of IntelliJ Idea were used to carry out the task
Tests
No tests developed.Tests Passed.
Looks good!
But why not also do _getStr ?
https://issues.apache.org/jira/browse/SOLR-NavigableRemoveDeafult
That URL is invalid
Obviously some formatting issues (you didn't run Tidy before committing) but looks good
I back-ported to branch_9x as well, and included the former method signatures with Deprecated annotations for backwards-compatibility.
Thanks for contributing Gaurav!