[
https://issues.apache.org/jira/browse/SOLR-7422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-7422.
--------------------------------
Resolution: Fixed
Assignee: Yonik Seeley
> Flatter JSON Facet API structure
> --------------------------------
>
> Key: SOLR-7422
> URL: https://issues.apache.org/jira/browse/SOLR-7422
> Project: Solr
> Issue Type: Sub-task
> Reporter: Yonik Seeley
> Assignee: Yonik Seeley
> Fix For: 5.2
>
> Attachments: SOLR-7422.patch
>
>
> The current general form of a facet command is:
> top_authors : { terms : {
> field : author,
> limit : 5,
> }}
> We should allow a flatter structure:
> top_authors : {
> type : terms,
> field : author,
> limit : 5
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]