Re: [External] : Re: Querying Solr Locally through Java API without using HttpClient

2022-12-06 Thread Nagarajan Muthupandian
Hi Chris, Thanks for the details.. Our use case is simple, we have standalone solr servers, and custom request handler (plugin) is already defined and working as expected. The ask is we have to enhance the functionality of the Custom Request handler by providing a update feature as part of the

Re: [External] : Re: Querying Solr Locally through Java API without using HttpClient

2022-11-29 Thread Nagarajan Muthupandian
through Java API without using HttpClient On 11/29/22 08:59, Nagarajan Muthupandian wrote: > Wanted to check if there is any Java API available to query solr locally > (Including Pagination) without using the Httpclient. The Java API (known as SolrJ) uses either Apache httpclient or Jetty http

Querying Solr Locally through Java API without using HttpClient

2022-11-29 Thread Nagarajan Muthupandian
Hi, I am working on a POC to develop a plugin, which would query all the documents and update value of few fields of the document. Wanted to check if there is any Java API available to query solr locally (Including Pagination) without using the Httpclient. Thanks Rajan

Re: [External] : Re: Solr 8.11.1 Optimise command not deleting the deletedDoc

2022-11-25 Thread Nagarajan Muthupandian
g Subject: [External] : Re: Solr 8.11.1 Optimise command not deleting the deletedDoc Hi Rajan, you show first send a commit command with "expungeDeletes=true" and after that do an optimize. Regards, Bernd Am 25.11.22 um 14:08 schrieb Nagarajan Muthupandian: > Hi, > > I am trying t

Solr 8.11.1 Optimise command not deleting the deletedDoc

2022-11-25 Thread Nagarajan Muthupandian
Hi, I am trying to optimize the core which has deletedDocs of 120755870 .. Status Query for core the give’s the output as below.. curl 'http://host:port/solr/admin/cores?action=STATUS&core=CORE_1' { "responseHeader":{ "status":0, "QTime":3}, "initFailures":{}, "status":{

Re: [External] : Re: [Query] [Solr 8.11.1] Retrieving non stored fields data

2022-11-02 Thread Nagarajan Muthupandian
st_field_1_2" "test_field_2": "test_field_2_2" "test_field_3": "test_field_3_2" } 1747295048722022400 3 { "id": "3", "title": "Test 3" "test_field_1": "test_field_1_3" "test

[Query] [Solr 8.11.1] Retrieving non stored fields data

2022-11-02 Thread Nagarajan Muthupandian
Hi, I am working on POC of Re-Indexing for Solr Upgrade ( 8 to 9 ). Idea is to query the existing index data and re-index it to the new version. 3 Important field attributes when we query “q=*:*’ to retrieve the data. stored docValues useDocValuesAsStored I tried different combinations of