Solr Query Modification

Categories

Component ID

2800929

Component name

Solr Query Modification

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

650

Component created

Component changed

Component body

The way search is working is excellent for the english language where you split compound words. In e.g. danish or german compound words are written without a space between them which complicates search. Solr Query Modification rewrites the query string with wildcards and fuzzy indicators before it is sent to solr. You can configure the rewrites with the modifications you want.

The module is very simple and is not doing anything you cannot do by hooking into Search API solr search.