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
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
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,
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,
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