Re: PositionGap

2020-10-09 Thread Erick Erickson
No. It’s just an integer multiplication. X * 5 is no different than X*1... > On Oct 9, 2020, at 2:48 PM, Jae Joo wrote: > > Does increasing of Position Gap make Search Slow? > > Jae

PositionGap

2020-10-09 Thread Jae Joo
Does increasing of Position Gap make Search Slow? Jae

Multivalued field for Analysis on Admin page.

2020-10-09 Thread Jae Joo
I forgot how to enter multivalued in Analysis Page in Admin. Can anyone help? Jae

Re: Folding Repeated Letters

2020-10-09 Thread Walter Underwood
Actually, helping the humans to use proper spelling is a good approach. Include a spelling correction step (non-optional) for user-generated content and spelling suggestions for queries. Completion/suggestion is another way to guide people to properly spelled words that exist in your index. I

Re: Folding Repeated Letters

2020-10-09 Thread Alexandre Rafalovitch
Are there that many of those words.?Because even if you deal with , there is still yas! Maybe you just have regexp synonyms? (ye+s+) Good luck, 413x On Thu., Oct. 8, 2020, 6:02 p.m. Mike Drob, wrote: > I'm looking for a way to transform words with repeated letters into the >

Re: Folding Repeated Letters

2020-10-09 Thread Erick Erickson
Anything you do will be wrong ;). I suppose you could kick out words that weren’t in some dictionary and accumulate a list of words not in the dictionary and just deal with them “somehow", but that’s labor-intensive since you then have to deal with proper names and the like. Sometimes you can