Uses of Interface
org.apache.lucene.util.automaton.AutomatonProvider
Packages that use AutomatonProvider
Package
Description
Code to search indices.
Finite-state automaton for regular expressions.
-
Uses of AutomatonProvider in org.apache.lucene.search
Constructors in org.apache.lucene.search with parameters of type AutomatonProviderModifierConstructorDescriptionRegexpQuery(Term term, int flags, AutomatonProvider provider) Constructs a query for terms matchingterm. -
Uses of AutomatonProvider in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton with parameters of type AutomatonProviderModifier and TypeMethodDescriptionRegExp.toAutomaton(AutomatonProvider automaton_provider) Constructs newAutomatonfrom thisRegExp.