Solr collection naming convention (/how to find historical decision making)

2023-05-25 Thread Will White
Hi Gus, thanks for the feedback! I traced the source of the commit to this: PR: https://github.com/apache/lucene-solr/pull/994 JIRA: https://issues.apache.org/jira/browse/SOLR-13662 where, from the outside, it looks like the regex just happened to be what was written; I couldn't find any specifi

RE: Re: Solr collection naming convention (/how to find historical decision making)

2023-05-25 Thread Will White
Hi Gus, thanks for the feedback! I traced the source of the commit to this: PR: https://github.com/apache/lucene-solr/pull/994 JIRA: https://issues.apache.org/jira/browse/SOLR-13662 where, from the outside, it looks like the regex just happened to be what was written; I couldn't find any specifi

Re: Hybrid scoring lexical / vector

2023-05-25 Thread Alessandro Benedetti
Hi all, our approach to providing hybrid search in Solr has been focused on the reranking side, specifically enabling vector-based features in Learning To Rank. In this way, you can combine lexical features (such as the original BM25 score) with various vector distances (in more than one field if y