You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christian Winkler (JIRA)" <ji...@apache.org> on 2016/03/14 13:11:33 UTC

[jira] [Created] (SOLR-8841) edismax: minimum match and compound words

Christian Winkler created SOLR-8841:
---------------------------------------

             Summary: edismax: minimum match and compound words
                 Key: SOLR-8841
                 URL: https://issues.apache.org/jira/browse/SOLR-8841
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 5.5, trunk
         Environment: all
            Reporter: Christian Winkler


Hi,

when searching for a single word which is split by a compound word splitter (very common in German), minimum match is not handled correctly. It is always set to 1 (only a single search term), but as the word is split into several single parts, one matching part is enough

This also happens if mm is set to 100%.

Probably mm should be set after the split has been performed. Similar problems might arise with synonymization at search time.

Regards
Christian 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org