[ 
https://issues.apache.org/jira/browse/SOLR-7422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501386#comment-14501386
 ] 

ASF subversion and git services commented on SOLR-7422:
-------------------------------------------------------

Commit 1674519 from [[email protected]] in branch 'dev/trunk'
[ https://svn.apache.org/r1674519 ]

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]

Reply via email to