Re: Core reload timeout on Solr 9

2022-12-20 Thread Nick Vladiceanu
Unfortunately we couldn’t find the root cause of such behaviour in Solr 9 and thus forced to rollback to 8.11. Does anyone else face similar to the issues mentioned in this thread? Any ideas how we should proceed in such case? Thanks --- Nick Vladiceanu vladicean...@gmail.com > On 9. Dec

Re: Core reload timeout on Solr 9

2022-12-20 Thread Shawn Heisey
On 12/5/22 03:07, Nick Vladiceanu wrote: The problem we face is when we try to reload the collection, in sync mode we’re getting timed out or forever running task if reload executed in async mode: Are you by chance using deleteByQuery? If you are, there is a possibility that you're running i

Re: Custom properties

2022-12-20 Thread Sergio García Maroto
Thanks Shawn. I thought it was possible to create new properties. What is the best approact to create an arbitrary property in SolrCloud for an existing collection. I saw is possible to create properties when createing a collection but is it possible to create one once the collection is already cr

Re: Custom properties

2022-12-20 Thread Shawn Heisey
On 12/20/22 04:01, Sergio García Maroto wrote: Thanks Shawn. I thought it was possible to create new properties. What is the best approact to create an arbitrary property in SolrCloud for an existing collection. I saw is possible to create properties when createing a collection but is it possibl

Re: Core reload timeout on Solr 9

2022-12-20 Thread Nick Vladiceanu
Thank you Shawn for sharing, indeed useful information. However, I must say that we only used deleteById and never deleteByQuery. We also only rely on the auto segment merging and not issuing optimize command. Thanks, --- Nick Vladiceanu vladicean...@gmail.com > On 20. Dec 2022, at 11:52,

Re: Core reload timeout on Solr 9

2022-12-20 Thread Shawn Heisey
On 12/20/22 06:34, Nick Vladiceanu wrote: Thank you Shawn for sharing, indeed useful information. However, I must say that we only used deleteById and never deleteByQuery. We also only rely on the auto segment merging and not issuing optimize command. That is very unusual. I've never seen a

Re: Custom properties

2022-12-20 Thread Sergio García Maroto
I am now trying to set this new property called "savefields". I want to set this to false. This property appears on the schema.xml on person collection Using this request http://dv06t02qslrc01:8983/solr/admin/collections?action=COLLECTIONPROP&name=person&propertyName=save.fields=&propertyValue=

Re: Custom properties

2022-12-20 Thread Shawn Heisey
On 12/20/22 08:36, Sergio García Maroto wrote: I am now trying to set this new property called "savefields". I want to set this to false. This property appears on the schema.xml on person collection Using this request http://dv06t02qslrc01:8983/solr/admin/collections?action=COLLECTIONPROP&

Re: Custom properties

2022-12-20 Thread Shawn Heisey
On 12/20/22 08:36, Sergio García Maroto wrote: I am now trying to set this new property called "savefields". I want to set this to false. This property appears on the schema.xml on person collection Using this request http://dv06t02qslrc01:8983/solr/admin/collections?action=COLLECTIONPROP&

Re: Duplicate docs with same unique id on update

2022-12-20 Thread Eduardo Gomez
Hi, sorry for thee delay in replying. After some more digging, I noticed the following in the schema (which I didn't originally created and which works without apparent issues in Solr 7.5): I think that was intended as a catchall field for fields in the input data not found in the schema. Rem

Re: Custom properties

2022-12-20 Thread Shawn Heisey
On 12/20/22 09:50, Shawn Heisey wrote: I noticed that in your URL you used "save.fields" but in your schema you used "savefields" without the dot. Actually I just found another problem. If that is a direct cut/paste of the URL you used, it has an equal sign after save.fields which gets put i