GET movie_index/movie/_search { "query": { "bool": { "filter": { "range": { "doubanScore": { "gt": 5, "lt": 9 } } } } } }