Sanjay Dutt
Sanjay Dutt
https://issues.apache.org/jira/browse/SOLR-16505 **Switch UpdateShardHandler.getRecoveryOnlyHttpClient to Jetty HTTP2** In `UpdateShardHandler.java` removed the old reference to Apache HTTP client for recoveryUpdate, and initialized with Jetty HTTP client. The recovery client is only used...
https://issues.apache.org/jira/browse/SOLR-17164 Introducing 2 arg variant of vectorSimilarity function query. **vectorSimilarity(vector1, vector2)** This function accepts two vectors as input: The first argument must be a Knn vector, and the second argument...
### Description As suggested in #12946, I tried to tackle two test cases and replacing `Thread.sleep` calls appearing in `TestIndexWriter.testThreadInterruptDeadlock` and `TestDirectoryReader.testStressTryIncRef` And of course, #13001 is going to precedes...
**Jetty Version** 10.0.20 **Java Version** 11 **Question** In Apache Solr, IndexFetcher is an utility used to download index files. First the client would request the file list, which could be...
https://issues.apache.org/jira/browse/SOLR-16503 Currently default HTTP (Apache Http 1) client in UpdateShardHandler is being used at many places in the codebase and consequently removing it at once and replacing with Jetty HTTP2...
https://issues.apache.org/jira/browse/SOLR-16391 # Description V2(JAX-RS) Endpoints for core admin op "create" core. # Solution Updated the core creation endpoint to use JAX-RS library. The plan is to use the existing v2...
TestSolrCoreSnapshots.testBackupRestore test started failing on Windows after merging #2501. Thank you @HoustonPutman for reporting this. This one specifically failed due to the backslash in the windows location path that passed...
#2501 backport blocked due to SOLR-16911. For conflicted files, I used the older code only rather than moving bits from #1810
https://issues.apache.org/jira/browse/SOLR-17321 We are upgrading the minimum Java version for Solr main branch to 21. However, at the same, It has been suggested to be not so aggressive with SolrJ (and...
### Description #13112 Made fields final and removed their respective setters. Introduced the Builder pattern to facilitate the construction of ShingleFilter instances. All previous ctors have been removed and replaced...