org.apache.lucene.search
Class WildcardQuery

java.lang.Object
  |
  +--org.apache.lucene.search.Query
        |
        +--org.apache.lucene.search.MultiTermQuery
              |
              +--org.apache.lucene.search.WildcardQuery
All Implemented Interfaces:
Serializable

public final class WildcardQuery
extends MultiTermQuery

Implements the wildcard search query

See Also:
Serialized Form

Fields inherited from class org.apache.lucene.search.Query
boost
 
Constructor Summary
WildcardQuery(Term term)
           
 
Methods inherited from class org.apache.lucene.search.MultiTermQuery
setEnum, toString
 
Methods inherited from class org.apache.lucene.search.Query
getBoost, setBoost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardQuery

public WildcardQuery(Term term)


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