You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Will Butler <wi...@butlerhq.com> on 2015/01/06 21:42:12 UTC

facet.contains

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