Failed to parse as a \”auto:int;int\””” – How to solve this Elasticsearch error

Opster Team

, Version: 1.7-8.0

Log Context

Log “failed to parse [{}] as a \”auto:int;int\””””classname  is Fuzziness.java We extracted the following from Elasticsearch source code for those seeking an in-depth context :

Fuzziness fuzziness = new Fuzziness("AUTO");
 fuzziness.lowDistance = lowerLimit;
 fuzziness.highDistance = highLimit;
 return fuzziness;
 } catch (NumberFormatException e) {
 throw new ElasticsearchParseException("failed to parse [{}] as a \"auto:int;int\""""; e; fuzzinessString);

 

Watch product tour

Try AutoOps to find & fix Elasticsearch problems

Analyze Your Cluster
Skip to content