Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "post_filter":{
- "term":{
- "megabytes":1000
- }
- },
- "sort":{
- "monthlyCost":{
- "order":"asc"
- }
- },
- "aggs":{
- "minutes":{
- "filter":{
- "term":{
- "megabytes":1000
- }
- },
- "aggs":{
- "minutes":{
- "terms":{
- "field":"minutes",
- "min_doc_count":0
- }
- }
- }
- },
- "megabytes":{
- "terms":{
- "field":"megabytes",
- "min_doc_count":0
- }
- },
- "company":{
- "terms":{
- "field":"company",
- "min_doc_count":0
- }
- },
- "min_price":{
- "min":{
- "field":"monthlyCost"
- }
- },
- "max_price":{
- "max":{
- "field":"monthlyCost"
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment