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
: 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
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
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
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
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