Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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
}