multi-term synonym prevents single-term match -- known issue?

2023-02-09 Thread Rudi Seitz
Is this known behavior or is it worth a JIRA ticket? Searching against a text_general field in Solr 9.1, if my edismax query is "foo bar" I should be able to get matches for "foo" without "bar" and vice versa. However, if there happens to be a synonym rule applied at query time, like "foo bar,zzz"

Re: multi-term synonym prevents single-term match -- known issue?

2023-02-10 Thread Rudi Seitz
n experiment with sow and pf params (the later param is > > described in dismax page only). > > > > On Thu, Feb 9, 2023 at 8:19 PM Rudi Seitz wrote: > > > > > Is this known behavior or is it worth a JIRA ticket? > > > > > > Searching against a text

Re: multi-term synonym prevents single-term match -- known issue?

2023-02-13 Thread Rudi Seitz
aa01b3c2f93e6b172e986aac8ef577a87ebceb/lucene/core/src/java/org/apache/lucene/util/QueryBuilder.java#L534 > Presumably, original terms could go with defaultOperator, and synonym > replacement keep MUST. > > > > > > On Sat, Feb 11, 2023 at 12:17 AM Rudi Seitz wrote: > > > T