org.apache.lucene.search
Class FuzzyQuery

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

public final class FuzzyQuery
extends MultiTermQuery

Implements the fuzzy search query

See Also:
Serialized Form

Fields inherited from class org.apache.lucene.search.Query
boost
 
Constructor Summary
FuzzyQuery(Term term)
           
 
Method Summary
 String toString(String field)
          Prints a user-readable version of this query.
 
Methods inherited from class org.apache.lucene.search.MultiTermQuery
setEnum
 
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

FuzzyQuery

public FuzzyQuery(Term term)
Method Detail

toString

public String toString(String field)
Description copied from class: MultiTermQuery
Prints a user-readable version of this query.
Overrides:
toString in class MultiTermQuery


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