Uses of Interface
org.apache.lucene.search.regex.RegexQueryCapable

Packages that use RegexQueryCapable
org.apache.lucene.search.regex Regular expression Query. 
 

Uses of RegexQueryCapable in org.apache.lucene.search.regex
 

Classes in org.apache.lucene.search.regex that implement RegexQueryCapable
 class RegexQuery
          Implements the regular expression term search query.
 class SpanRegexQuery
          A SpanQuery version of RegexQuery allowing regular expression queries to be nested within other SpanQuery subclasses.
 



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