Lucene.Net 1.4.3 Class Library

FuzzyQuery Methods

The methods of the FuzzyQuery class are listed below. For a complete list of FuzzyQuery class members, see the FuzzyQuery Members topic.

Public Instance Methods

Clone (inherited from Query)Returns a clone of this query.
Combine (inherited from MultiTermQuery) 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetBoost (inherited from Query)Gets the boost for this clause. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by
b
. The boost is 1.0 by default.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetMinSimilarity Returns the minimum similarity that is required for this query to match.
GetPrefixLength Returns the prefix length, i.e. the number of characters at the start of a term that must be identical (not fuzzy) to the query term if the query is to match that term.
GetSimilarity (inherited from Query)Expert: Returns the Similarity implementation to be used for this query. Subclasses may override this method to specify their own Similarity implementation, perhaps one that delegates through that of the Searcher. By default the Searcher's Similarity implementation is returned.
GetTerm (inherited from MultiTermQuery)Returns the pattern term.
GetType (inherited from Object) Gets the Type of the current instance.
Rewrite (inherited from MultiTermQuery) 
SetBoost (inherited from Query)Sets the boost for this query clause to
b
. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by
b
.
ToStringOverloaded.  
ToString (inherited from Query)Overloaded. Prints a query to a string.
Weight (inherited from Query)Expert: Constructs an initializes a Weight for a top-level query.

Protected Internal Instance Methods

CreateWeight (inherited from Query) 
GetEnum 

See Also

FuzzyQuery Class | Lucene.Net.Search Namespace