Yonik Seeley created SOLR-7422:
----------------------------------
Summary: 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
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]