Re: Streaming of Documents with text columns (_txt)

2023-05-15 Thread ufuk yılmaz
There may be an auto generated field already in your schema then. It’s name should be something like yourfield_str — > On 12 May 2023, at 15:12, Subhasis Patra > wrote: > > I am using solr in cloud mode with schemaless mode. I don’t want to > update/touch managed schema. Is there any way I c

RE: Streaming of Documents with text columns (_txt)

2023-05-15 Thread Subhasis Patra
Thanks for your response. I am using dynamic schema. But I want to copy all _txt fields to _s fields. I know if I add copy statement in the managed schema file it will work , but I don’t want to do manual change. Is there a way I can use curl command to add copy command for all _txt columns in t

Re: Help regarding solr request timeout because of spellcheck component performance.

2023-05-15 Thread Chris Hostetter
: timeAllowed does not limit spellcheck i have tried. Hmmm that doesn't sound right -- unless you are using a really old version of solr, any index based spellchecker (like Direct and WordBreak) should be respecting timeAllowed due to the underlying Lucene IndexReader enforcing it. - Wh

Re: Debug time spent in aggregating the search results

2023-05-15 Thread Chris Hostetter
Ok, my mistake -- aparently this was all heavily changed in 9.0 and I didn't notice until you asked about it... https://issues.apache.org/jira/browse/SOLR-14401 https://solr.apache.org/guide/solr/9_1/deployment-guide/performance-statistics-reference.html So going back to my previous comment...

About Solr 9.1.1 ERROR "o.a.s.u.ErrorReportingConcurrentUpdateSolrClient Error when calling SolrCmdDistributor$Req: xxx => java.io.IOException: java.util.concurrent.TimeoutException: Total timeout 600

2023-05-15 Thread Mingchun Zhao
Hello, We have recently seen the below errors repeated when update requests were received by Solr. Could you please advise on how to deal with this issue. The error and warning from the Solr log as below: 2023-05-09 10:03:05.128 ERROR (updateExecutor-8-thr

Upgrade to solr cloud 9 from solr cloud 8.10

2023-05-15 Thread Saksham Gupta
Hi team, We are planning to migrate our solr cloud from solr version8.10 to solr 9. 1. Is it okay to plan a rolling upgrade from solr8.10 to 9? 2. Is this a major update? If yes, what should be the upgrade procedure?

Tuning Merge Settings for Solr Cloud

2023-05-15 Thread Saksham Gupta
Hi team, We use a solr cloud where more than 4 million search requests are served and more than 50 million documents are updated daily. We want to tune the merge configuration of solr to improve searching and indexing performance. 1. Do we need to perform full indexing in order to bring the change