, 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 'ä' -->
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
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
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
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