yes, route as well as id parameter is required if the collection is sharded
on any other field than the unique id. This feature was broken in solr
prior to 8.10. It was fixed with this jira -
https://issues.apache.org/jira/browse/SOLR-8889.
Multiple ids with route can be deleted by using update re
yes, route as well as id parameter is required if the collection is sharded
on any other field than the unique id. This feature was broken in solr
prior to 8.10. It was fixed with this jira -
https://issues.apache.org/jira/browse/SOLR-8889.
Multiple ids with route can be deleted by using update re
Hi All,
I am unable to see any of the Solr host stats(like CPU/Mem..) in the UI,
though the zookeepers and Solr services are running fine.
*Cluster Details:*
2 solr Nodes: (running on different hosts)
3 Zookeepers: (running on different hosts)
CPU: 4 for all nodes
Ram: 60 GB for solr host1 and 30
No, Solr Cloud automatically routes it to the correct shard.
wunder
> On May 11, 2023, at 6:41 PM, Anjali Maurya
> wrote:
>
> But it needs a route parameter to find the right shard from where we need
> to delete the document.
>
> On Tue, May 9, 2023 at 11:24 PM Walter Underwood
> wrote:
>
>
But it needs a route parameter to find the right shard from where we need
to delete the document.
On Tue, May 9, 2023 at 11:24 PM Walter Underwood
wrote:
> Leave off the routing and send multiple IDs. Solr Cloud will route then to
> the correct shards for you. This is just as fast as Solr Cloud
My solution to this kind of situation is to have a docValues enabled copyField
for each text field in the schema, so I can export all of the fields when
necessary
-ufuk yilmaz
—
> On 11 May 2023, at 05:08, Subhasis Patra wrote:
>
> Hi All,
>
> I am using CloudSolrStream to get stream data f