Re: How is fieldNorm calculated when omitNorms is set to true?

2022-09-20 Thread Thomas Corthals
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

Re: MoreLikeThis with externally supplied text, and facets?

2022-09-20 Thread Mikhail Khludnev
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

Re: How is fieldNorm calculated when omitNorms is set to true?

2022-09-20 Thread Stian Brattland
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

RE: SolrCloud node fail to connect to another node in the cluster

2022-09-20 Thread Marco D'Ambra
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

Stream Expression Count matches

2022-09-20 Thread Sergio García Maroto
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

Re: ANN: ApacheCON "BoaF" for Solr

2022-09-20 Thread Alessandro Benedetti
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

Loading solr.xml from zookeeper

2022-09-20 Thread Jan Høydahl
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

Re: Loading solr.xml from zookeeper

2022-09-20 Thread Shawn Heisey
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 -

Which method is more performant? SubQueries or Collapsing the results?

2022-09-20 Thread Daxesh Parmar
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.