Module org.apache.lucene.core
Package org.apache.lucene.search
Class FuzzyTermsEnum.FuzzyTermsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.lucene.search.FuzzyTermsEnum.FuzzyTermsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FuzzyTermsEnum
public static class FuzzyTermsEnum.FuzzyTermsException extends java.lang.RuntimeException
Thrown to indicate that there was an issue creating a fuzzy query for a given term. Typically occurs with terms longer than 220 UTF-8 characters, but also possible with shorter terms consisting of UTF-32 code points.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FuzzyTermsException(java.lang.String term, java.lang.Throwable cause)
-