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