Loading request...
Implement a query to find the nearest number to a specified number in a field.
Hi How can I find the nearest number to specified number in a Field? something like: ```go term := bleve.NewNumericNearestQuery("score", 1420) ``` If it's not capable, would you add this feature?