Comment 1 for bug 1084975

Revision history for this message
Sebastian Meyer (sebastian-meyer) wrote :

There are some more features I would like to have. For example matching with any word of a string and not just the first one. I think this is technically very similar to your suggestion of matching single words.

I looked into this a few weeks ago, but I couldn't figure out how to achieve this since Goobi.Presentation uses Solr's spellchecking ability for this feature. Maybe you could find a way to configure Solr's spellchecking the way we need it? The documentation can be found here:
http://wiki.apache.org/solr/SpellCheckComponent
http://wiki.apache.org/solr/Suggester

Or do you know any other way to easily achieve suggestions with Solr?