[
https://issues.apache.org/jira/browse/SOLR-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Kotthoff updated SOLR-247:
-------------------------------
Attachment: SOLR-247.patch
Attaching patch which implements support for wildcards in facet field
specifications similar to SOLR-540. If the facet field specification contains
an asterisk, every indexed field the reader knows about is matched against the
corresponding regular expression.
Note that the unit tests part of the patch sort of depends on SOLR-645. When
applied to the current trunk it will create the new facets test file with all
the old tests plus the new ones. This doesn't cause anything to not work
anymore, but duplicates the old tests. I can provide a new patch either against
the current trunk or against the trunk with SOLR-645 committed, whichever is
required.
> Allow facet.field=* to facet on all fields (without knowing what they are)
> --------------------------------------------------------------------------
>
> Key: SOLR-247
> URL: https://issues.apache.org/jira/browse/SOLR-247
> Project: Solr
> Issue Type: Improvement
> Reporter: Ryan McKinley
> Priority: Minor
> Attachments: SOLR-247-FacetAllFields.patch, SOLR-247.patch
>
>
> I don't know if this is a good idea to include -- it is potentially a bad
> idea to use it, but that can be ok.
> This came out of trying to use faceting for the LukeRequestHandler top term
> collecting.
> http://www.nabble.com/Luke-request-handler-issue-tf3762155.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.