Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
In some cases it is necessary to index unchanged keywords and phonetic mapped text in just one field. In my example it is needed, to add ids in the form "prefix<letters>+number<digits>"
The current implementation of the BeiderMorseFilter strips the digits and maps the remaining letters. As result, all ids with the same prefix become equal.
To avoid this, the BeiderMorseFilter should respect the keyword attribute.
I prepared a patch for the implementation and the test class, which adds the evaluation of keywordAtt.isKeyword().