[
https://issues.apache.org/jira/browse/SOLR-7422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501389#comment-14501389
]
ASF subversion and git services commented on SOLR-7422:
-------------------------------------------------------
Commit 1674520 from [[email protected]] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1674520 ]
SOLR-7422: "type" param for JSON Facet API for flatter structure
> 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
> 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]