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

2022-12-06 Thread Nagarajan Muthupandian
let me explore SearchHandler/QueryComponent/SolrIndexSearcher for our use case. Thanks Rajan From: Chris Hostetter Date: Tuesday, 6 December 2022 at 12:34 AM To: users@solr.apache.org Subject: Re: [External] : Re: Querying Solr Locally through Java API without using HttpClient : POC would be

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

2022-12-05 Thread Chris Hostetter
: POC would be to add a function in the plugin.. which would query all the : documents locally (Say 100+ Million Documents) and update 1 or 2 fields : with a particular value. : : As the plugin would be local to this core.. wanted to avoid HTTP calls. I'm assuming here that you mean you want

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

2022-11-30 Thread Shawn Heisey
On 11/30/22 00:33, Nagarajan Muthupandian wrote: POC would be to add a function in the plugin.. which would query all the documents locally (Say 100+ Million Documents) and update 1 or 2 fields with a particular value. As the plugin would be local to this core.. wanted to avoid HTTP calls. H

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

2022-11-30 Thread Shawn Heisey
On 11/30/22 00:33, Nagarajan Muthupandian wrote: Say if I am in a solr container.. will Embedded server create another container locally..? Or will be it like thin client to interact with container similar to HTTP. If you use EmbeddedSolrServer, you are embedding the entire Solr application

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

2022-11-30 Thread Adam Constabaris
ontainer.. will Embedded server create another > container locally..? Or will be it like thin client to interact with > container similar to HTTP. > > Regards > Rajan > > From: Shawn Heisey > Date: Wednesday, 30 November 2022 at 2:07 AM > To: users@solr.apache.org > Sub

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