Uses of Class
org.apache.lucene.util.automaton.RegExp
-
Packages that use RegExp Package Description org.apache.lucene.util.automaton org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of RegExp in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton that return RegExp Modifier and Type Method Description RegExpTooComplexToDeterminizeException. getRegExp()Return the RegExp that caused this exception if any.Constructors in org.apache.lucene.util.automaton with parameters of type RegExp Constructor Description TooComplexToDeterminizeException(RegExp regExp, TooComplexToDeterminizeException cause)Use this constructor when the RegExp failed to convert to an automaton. -
Uses of RegExp in org.elasticsearch.search.aggregations.bucket.terms
Constructors in org.elasticsearch.search.aggregations.bucket.terms with parameters of type RegExp Constructor Description IncludeExclude(RegExp include, RegExp exclude)
-