Re: giving weight for SynonymFilterFactory terms

2019-06-26 Thread Ruslan Dautkhanov
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

giving weight for SynonymFilterFactory terms

2019-06-23 Thread Ruslan Dautkhanov
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

Re: Phonetic filters

2019-06-18 Thread Ruslan Dautkhanov
; 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. &

Phonetic filters

2019-06-18 Thread Ruslan Dautkhanov
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