solr icon indicating copy to clipboard operation
solr copied to clipboard

remove use of deprecated SolrIndexSearcher.search variant

Open cpoerschke opened this issue 1 year ago • 2 comments

#2524 deprecated the variant

cpoerschke avatar Aug 23 '24 17:08 cpoerschke

https://github.com/apache/solr/actions/runs/10529517119/job/29177462369?pr=2662 CI failure seems unrelated

./gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.LocalFSCloudIncrementalBackupTest.testSkipConfigset" -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=92C1489090FDEECD -Ptests.timeoutSuite=600000! -Ptests.file.encoding=US-ASCII

cpoerschke avatar Aug 23 '24 17:08 cpoerschke

Will we be able to remove the deprecated QueryResult search(QueryResult qr, QueryCommand cmd) method in main? Do we every label something Deprecated but don't mean to remove it for a long period of time?

epugh avatar Aug 23 '24 17:08 epugh