Any way in Solr to give weights to synonyms?
Thanks.
On Sun, Jun 23, 2019 at 4:39 PM Ruslan Dautkhanov
wrote:
> Hello!
>
> Is there is a way for Solr to assign weights for terms produced
> by SynonymFilterFactory?
>
> We'd like to give smaller weight for synonyms
Hello!
Is there is a way for Solr to assign weights for terms produced
by SynonymFilterFactory?
We'd like to give smaller weight for synonyms words/terms injected by
SynonymFilterFactory.
So exact matches weigh higher get higher score.
First use case if to just give one static weight for all syn
; Walter Underwood
> wun...@wunderwood.org
> http://observer.wunderwood.org/ (my blog)
>
> > On Jun 18, 2019, at 5:23 PM, Ruslan Dautkhanov
> wrote:
> >
> > We're using phonetic filters (BMPM), and we want to boost exact matches
> if
> > there are any.
&
We're using phonetic filters (BMPM), and we want to boost exact matches if
there are any.
For example, for name "stephen" BM filter will generate two terms: stifn,
stipin
And for example it'll find for name "stepheM" (misspelled last letter),
it'll match on the same two terms.
This makes match sc