Re: Slow softCommits under heavy load?

2023-07-24 Thread Koen De Groote
Thanks for your advice, I'll try this out. Regards, Koen On Mon, Jul 24, 2023 at 3:47 AM Rahul Goswami wrote: > Ok if the count for cache autoWarm for the various caches is 0 then there > is no cache warmup, so that shouldn’t be contributing to the slowness. > > For now, I would recommend incre

LTR Features on nested documents

2023-07-24 Thread Sergio García Maroto
Hi, I am trying to set up a list of features within LTR. I have a collection *"person" *with a design of two levels. I have Person documents with nested documetns classified as jobs. Within the job level I have two fields describing if the job is current and recency. I would like to incorporante

Re: [EXTERNAL] Re: upgrade to 8.6 to 9.2

2023-07-24 Thread Adam Constabaris
If the API endpoints and querying still works (you didn't mention this, but the fact that you mentioned the admin console specifically suggests that perhaps that's the only thing not working), and you've previously accessed the console using the same hostname, perhaps it's cached JS/CSS that's gett

Add a new Shard to the collection

2023-07-24 Thread HariBabu kuruva
Hi All, I would like to add a new shard to the existing collection to have better performance. Currently we have one shard. Solr - 8.11.1 Nodes(servers) - 10 (Non prod - 4 nodes) Zookeepers-5 I have tried the SPLITSHARD command in one of the non prod environments. *https://solrserver.corp.comp

Json ambiguous condition b/n a flat and child doc for partial updates

2023-07-24 Thread rajani m
Hi Solr Users, Sending a partial update in json format to a doc that has only 2 fields { "id":"10", "contributor_name":"john"} fails with an error as seen below. { "id":"10", "contributor_name":{"set":"Doe"}} Unable to index docs with children: the schema must include definitions for both a uniq

Re: Json ambiguous condition b/n a flat and child doc for partial updates

2023-07-24 Thread rajani m
The field type is SortableTextField On Mon, Jul 24, 2023 at 2:03 PM rajani m wr

BlendedInfixSuggester replication

2023-07-24 Thread r ohara
Hello all, We are using Solr 8.11.2 in solrcloud mode and using the BlendedInfixSuggester for autocomplete for our site. We have a very large index and it takes almost 2 days to finish building so during this time, autosuggest isn't available. It's a TLOG/PULL replica setup, so we tried to build o