https://issues.apache.org/jira/browse/SOLR-1387 <https://issues.apache.org/jira/browse/SOLR-1387> contains a patch to support facet.contains and facet.contains.ignoreCase, making it possible to easily filter facet results without the facet.prefix limitations. I know that it is possible to approximate this using two fields, searching against one and displaying values from the other. However, this also has its limitations, and doesn’t work properly for multi-valued fields. Are there any other suggestions for being able to display facet values and counts based on a user supplied string?
Thanks, Will