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