solr: sync data from one solr cloud to another solr cloud

2023-05-01 Thread mca corner
We are using solr 8.9.0 with solr cloud mode with two shards and each shard has one replica(means 2 shards and 2 replicas) of type NRT. We need to insert and update index frequently also require near real time data. We have mainly two usages of searching data from solr: 1. Index searching an

dictionary field for solr spelling suggestions suggestions

2023-05-01 Thread Yirmiyahu Fischer
Which field is used as the dictionary field determining spelling suggestions when making a /spell query? Is it "text" (composite of all text fields), or is it whatever is sent in qf? The xml for the /spell query is text default wordbreak on true 10 5 5 tru

[ANNOUNCE] Apache Solr 9.2.1 released

2023-05-01 Thread Justin Sweeney
The Solr PMC is pleased to announce the release of Apache Solr 9.2.1. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration,

Re: dictionary field for solr spelling suggestions suggestions

2023-05-01 Thread kumar gaurav
As per your configuration In the case of spellcheck dictionary it uses text field. YOu will get an exception if the text field is not defined in the schema. In case of collate , the spellcheck component uses whatever qf sent in the select query. Regards Kumar Gaurav On Mon, 1 May 2023 at 18:49,

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

2023-05-01 Thread kumar gaurav
Just a reminder if someone can help here. On Mon, 24 Apr 2023 at 13:40, kumar gaurav wrote: > ++ users@solr.apache.org > > On Mon, 24 Apr 2023 at 13:12, kumar gaurav wrote: > >> HI Everyone >> >> I am getting a solr socket timeout exception in the select search query >> because of bad spellchec