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);

 

How helpful was this guide?

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?