We have a problematic case in french where some words like "L'arche de Noé" (Noah's Ark) won't be found from a text_fr input with the current default configuration.

To make it work we need the Elision filter to be also in the query configuration.

Any reason not to do this by default ?

Comments

B2F created an issue. See original summary.

mkalkbrenner’s picture

Category: Bug report » Feature request

Some language specific configs are really old and initially taken from Solr examples.
It's up to the community to improve the configs and to suggest patches.
So any proposal is welcome!

b2f’s picture

Assigned: Unassigned » b2f
b2f’s picture

Assigned: b2f » Unassigned
Status: Active » Needs review
StatusFileSize
new9.36 KB

I made a patch on current dev branch with an upgrade path: we add the filter at the same position as in the index analyzer if it isn't already there, please review.

Thanks !

b2f’s picture

wrong file

b2f’s picture

StatusFileSize
new2.98 KB

This is it

mkalkbrenner’s picture

Status: Needs review » Reviewed & tested by the community

I tested the patch and the update worked :-)

  • mkalkbrenner committed 5aeba11 on 8.x-3.x authored by B2F
    Issue #3104257 by B2F, mkalkbrenner: ElisionFilterFactory issue on...
mkalkbrenner’s picture

Status: Reviewed & tested by the community » Fixed
b2f’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.