Using Solr 3.6, I am trying to get suggestions for phrases. I managed getting prefixed suggestions, but not suggestions for middle of phrase. Can this be achieved with built in Solr suggest, or do I need to create a special core for this purpose?
Thanks in advance.