Re: Turn off weighted search

2019-09-30 Thread Shawn Heisey
On 9/30/2019 9:06 AM, yuri.glad...@swisscom.com wrote: Is it possible to turn off the weighted search for Solr? I mean the results have to be presented in a pure alphabetical order, not by the default weighted order. So if a certain letter appears in a word 2 times, this word shouldn' t be rank

Re: Turn off weighted search

2019-09-30 Thread Alexandre Rafalovitch
Can you give a more detailed example, please? Including the schema bits. There is a bunch of assumptions in here that are hard to really make sense of. Solr works with tokens, but you are talking about letter repetitions. Also, if you want to sort by the string, why not just use sort parameter? It

Turn off weighted search

2019-09-30 Thread Yuri.Gladkov
Hello Is it possible to turn off the weighted search for Solr? I mean the results have to be presented in a pure alphabetical order, not by the default weighted order. So if a certain letter appears in a word 2 times, this word shouldn' t be ranked higher. I spent the whole day trying to find the