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
          Deprecated. Use new SpanMultiTermQueryWrapper<RegexQuery>(new RegexQuery()) instead. This query will be removed in Lucene 4.0
 



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