Skip to content

Supporting order in TermsAggreagation like array to allow multi-ordering#99

Open
rusboy wants to merge 1 commit intofullscale:masterfrom
rusboy:feature/order-like-array-terms-aggregation
Open

Supporting order in TermsAggreagation like array to allow multi-ordering#99
rusboy wants to merge 1 commit intofullscale:masterfrom
rusboy:feature/order-like-array-terms-aggregation

Conversation

@rusboy
Copy link

@rusboy rusboy commented Nov 1, 2015

Examples:
Before:

            "terms" : {
                "field" : "fieldname",
                "order" : {"order1" : "desc"}
            },

Now:

            "terms" : {
                "field" : "fieldname",
                "order" : [{"order1" : "desc"}, {"order2" : "desc"}, {"order3" : "desc"}]
            },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant