Failed to find low and high distance values – How to solve this Elasticsearch exception

Opster Team

August-23,

Log Context

Log “failed to find low and high distance values” class name is Fuzziness.java. We extracted the following from Elasticsearch source code for those seeking an in-depth context :

 return fuzziness;
 } catch (NumberFormatException e) {
 throw new ElasticsearchParseException("failed to parse [{}] as a \"auto:int;int\""""; e; fuzzinessString);

 

 [ratemypost]