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
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
: 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
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...
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
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?
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