Hi Stian,
You can't upgrade across more than one major version. You'll have to
reindex against a new Solr install.
The ref guide has more on configuring similarity:
https://solr.apache.org/guide/solr/latest/indexing-guide/schema-elements.html#similarity
Wikipedia has an explanation of the BM25 r
For reference, the trick above doesn't work now, I'll work on it under
https://issues.apache.org/jira/browse/SOLR-16420.
Note, that fix for facet support in /mlt handler will be released under 9.1.
On Fri, Sep 9, 2022 at 2:37 PM Mikhail Khludnev wrote:
> Hold on. JSON query DSL lets you pass qui
Hi Thomas,
Yes, I will most likely go ahead and set up new instances for Solr 9 and
rebuild the index. I'd be surprised if the original schema from 3.2.0 is
100% compatible with Solr 9.
Thanks :-)
Regards,
Stian
tir. 20. sep. 2022 kl. 11:04 skrev Thomas Corthals :
> Hi Stian,
>
> You can't upg
Hello everyone,
I am writing in hopes of getting an answer to this mail.
We are struggling with this problem without coming to a solution.
Thanks in advance,
Marco
-Original Message-
From: Matteo Diarena
Sent: lunedì 5 settembre 2022 11:02
To: users@solr.apache.org
Subject: R: SolrClo
Hi,
I am trying to find a way to get the number of results after running a few
nested streaming expressions.
Similar to the numFound parameter on select numFound":50743918.
I found stats something similar. Althought this only applies to stream
expressions with queries embedded.
stats(articles, q
Thanks David for organizing!
See you there!
--
*Alessandro Benedetti*
Director @ Sease Ltd.
*Apache Lucene/Solr Committer*
*Apache Solr PMC Member*
e-mail: a.benede...@sease.io
*Sease* - Information Retrieval Applied
Consulting | Training | Open Source
Website: Sease.io
Hi,
It has been possible to load solr.xml centrally from zookeeper for a long time.
However, I'm considering deprecating and removing this feature.
Please see https://issues.apache.org/jira/browse/SOLR-15959 for motivation.
My question to the users list is thus - are you loading solr.xml from zoo
On 9/20/22 14:18, Jan Høydahl wrote:
It has been possible to load solr.xml centrally from zookeeper for a long time.
However, I'm considering deprecating and removing this feature.
Please see https://issues.apache.org/jira/browse/SOLR-15959 for motivation.
My question to the users list is thus -
Hii,
Can anyone pls provide documentation for internal working of solr
Subqueries. and also if we compare the same with collapse and expand
queries, which one is efficient in terms of response time and performance.