GET /inv_stock_detail/_search{ "query": { "range": { "posAllocationQty": { "gte": 1, "lt": 100000 } } }, "from": 0, "size": 25 }