Solr version is 7.7.2
On Fri, 5 May, 2023, 3:45 pm rashi gandhi, wrote:
> Hi Everyone,
>
> For one of our use cases, we are using group query on Solr. However we
> observed that spellcheck feature does not work when group=true and if we
> use group.query (grouping by query opti
Hi Everyone,
For one of our use cases, we are using group query on Solr. However we
observed that spellcheck feature does not work when group=true and if we
use group.query (grouping by query option).
Though spellcheck will work if we use group.field approach.
Not able to understand why it's not
Hi All,
Recently due to the log4j vulnerability, our security team warns us of this
"CVE-2020-13941" that was reported somewhere in 2020. Sharing some details
on CVE:
"" Reported in SOLR-14515 (private) and fixed in SOLR-14561 (public),
released in Solr version 8.6.0. The Replication handler (
ht
Hi All,
I am working on Did you mean feature using Solr's spellcheck component. I
want suggestions or collations to be returned only when my actual main
query returns 0 results.
So basically Did you mean only when numFound is 0.
I set spellcheck.maxResultsForSuggestions = 0 in my configuration. H