[
https://issues.apache.org/jira/browse/SOLR-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662518#action_12662518
]
Lars Kotthoff commented on SOLR-247:
------------------------------------
Off the top of my head, having an automated feed parser which adds fields and
facet_field to facet on. I agree that all this should be part of a global
glob-like thing, but that would probably only apply to the part which parses
the parameters anyway. How a glob is matched depends on the type of glob (i.e.
whether the field is indexed/stored/... and we want to facet/highlight/...).
If people start using it and it turns out to be important, it can always be
refactored into something more general. If nobody uses globbing, there'd be no
need to invest the effort of making it general :)
> 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,
> SOLR-247.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.