Uses of Interface
org.apache.lucene.util.automaton.AutomatonProvider

Packages that use AutomatonProvider
org.apache.lucene.search Code to search indices. 
org.apache.lucene.util.automaton Finite-state automaton for regular expressions. 
 

Uses of AutomatonProvider in org.apache.lucene.search
 

Constructors in org.apache.lucene.search with parameters of type AutomatonProvider
RegexpQuery(Term term, int flags, AutomatonProvider provider)
          Constructs a query for terms matching term.
 

Uses of AutomatonProvider in org.apache.lucene.util.automaton
 

Methods in org.apache.lucene.util.automaton with parameters of type AutomatonProvider
 Automaton RegExp.toAutomaton(AutomatonProvider automaton_provider)
          Constructs new Automaton from this RegExp.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.