Description
while using a range query to retrieve all the record over a inclusive range with characters , eg
name : [a TO e]
the returned result set excludes the lower bound in range query, like in this case it does not include the results with 'e' .
Please suggest any solution for this .