AW: Antw: Re: Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-20 Thread Tobias Ibounig
, I tried it without any mapping and still the GermanStemFilterFactory doesn't work as expected, it turns 'häuser' into 'hau', not into 'haus' :-/ >>> Tobias Ibounig 7/19/2019 11:54 AM >>> Hi Doris, Are you sure you want 'ä' -->

RE: Antw: Re: Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-19 Thread Tobias Ibounig
Hi Doris, Are you sure you want 'ä' --> 'ae' If you check, the German stemmers usually substitute ä --> a (to "reduce over stemming" [1]), so you would be working against the stemmers logic here. If you take a look at the GermanNormalizationFilter, it even substitutes 'ae' with 'a' [2]. Would

RE: Document Score seen in debug section and in main results section dont match

2019-02-13 Thread Tobias Ibounig
Hi Baloo, > Is there and solution/workaround available for this issue? > or going back to Solr 7.2.1 is the only solution - As per comments in above > issue (https://issues.apache.org/jira/browse/LUCENE-8099 these changes are > not there in 7.2.1) The only workaround, I know of, is building SOLR

RE: Document Score seen in debug section and in main results section dont match

2019-02-13 Thread Tobias Ibounig
Hi Erick, > You are saying that "X" doesn't work, in this case the scores are different > in the debug section. But this implies that there is a problem "Y" that > you're having. The issue is not that they don't match, the issue is that the calculated score is wrong. The debug score shows eve

Multiplicative Boosts broken since 7.3 (LUCENE-8099)

2019-01-22 Thread Tobias Ibounig
Hello, As described in https://issues.apache.org/jira/browse/SOLR-13126 multiplicative boots (in certain conditions) seem to be broken since 7.3. The error seems to be introduced in https://issues.apache.org/jira/browse/LUCENE-8099. Reverting the SOLR parts to the now deprecated BoostingQuery a