Uses of Class
org.apache.lucene.search.AutomatonQuery

Packages that use AutomatonQuery
org.apache.lucene.search Code to search indices. 
 

Uses of AutomatonQuery in org.apache.lucene.search
 

Subclasses of AutomatonQuery in org.apache.lucene.search
 class RegexpQuery
          A fast regular expression query based on the org.apache.lucene.util.automaton package.
 class WildcardQuery
          Implements the wildcard search query.
 



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