t; > > we have a custom term-level score overriding term frequency and we want
> > to
> > > take the min of that as part of our scoring function. Maybe it's a
> niche
> > > use case?
> > >
> > > Thanks,
> > > Marc
> > >
scoring function. Maybe it's a niche
> > use case?
> >
> > Thanks,
> > Marc
> >
> > On Wed, Nov 8, 2023 at 3:19 PM Michael Froh wrote:
> >
> >> Hi Marc,
> >>
> >> Can you clarify what the semantics of a DisjunctionMinQuery
Wed, Nov 8, 2023 at 3:19 PM Michael Froh wrote:
Hi Marc,
Can you clarify what the semantics of a DisjunctionMinQuery would be? Would
you keep the score for the *lowest* scoring disjunct (plus some tiebreaker
applied to the other matching disjuncts)?
I'm trying to imagine how that would work
it's a niche
use case?
Thanks,
Marc
On Wed, Nov 8, 2023 at 3:19 PM Michael Froh wrote:
> Hi Marc,
>
> Can you clarify what the semantics of a DisjunctionMinQuery would be? Would
> you keep the score for the *lowest* scoring disjunct (plus some tiebreaker
> applied to the othe
Hi Marc,
Can you clarify what the semantics of a DisjunctionMinQuery would be? Would
you keep the score for the *lowest* scoring disjunct (plus some tiebreaker
applied to the other matching disjuncts)?
I'm trying to imagine how that would work compared to the classic DisMax
use-case. Sa
Hi all,
I noticed we have a DisjunctionMaxQuery
<https://github.com/apache/lucene/blob/branch_9_7/lucene/core/src/java/org/apache/lucene/search/DisjunctionMaxQuery.java>
but
not a corresponding DisjunctionMinQuery. I was just wondering if there was
a specific reason for that? Or is it jus