Re: deleteById for multiple ids with route parameter

2023-05-11 Thread Susmit Shukla
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

Re: deleteById for multiple ids with route parameter

2023-05-11 Thread Susmit Shukla
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

Unable to create collections

2023-05-11 Thread HariBabu kuruva
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

Re: deleteById for multiple ids with route parameter

2023-05-11 Thread Walter Underwood
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: > >

Re: deleteById for multiple ids with route parameter

2023-05-11 Thread Anjali Maurya
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

Re: Streaming of Documents with text columns (_txt)

2023-05-11 Thread ufuk yılmaz
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