blob: 601778628a0cd35bcad994fe0778da5d1365a85b [file] [log] [blame]
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>FuzzyQuery Members</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache Lucene.Net 2.4.0 Class Library API</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">FuzzyQuery Members
</h1>
</div>
</div>
<div id="nstext">
<p>
<a href="Lucene.Net.Search.FuzzyQuery.html">FuzzyQuery overview</a>
</p>
<h4 class="dtH4">Public Static Fields</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Search.FuzzyQuery.defaultMinSimilarity.html">defaultMinSimilarity</a></td><td width="50%"> </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Search.FuzzyQuery.defaultPrefixLength.html">defaultPrefixLength</a></td><td width="50%"> </td></tr></table>
</div>
<h4 class="dtH4">Public Instance Constructors</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top">
<td width="50%">
<img src="pubmethod.gif" />
<a href="Lucene.Net.Search.FuzzyQueryConstructor.html">FuzzyQuery</a>
</td>
<td width="50%">Overloaded. Initializes a new instance of the FuzzyQuery class.</td>
</tr>
</table>
</div>
<h4 class="dtH4">Public Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.Query.Clone.html">Clone</a> (inherited from <b>Query</b>)</td><td width="50%">Returns a clone of this query. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.Query.Combine.html">Combine</a> (inherited from <b>Query</b>)</td><td width="50%">Expert: called when re-writing queries under MultiSearcher. Create a single query suitable for use by all subsearchers (in 1-1 correspondence with queries). This is an optimization of the OR of all queries. We handle the common optimization cases of equal queries and overlapping clauses of boolean OR queries (as generated by MultiTermQuery.rewrite() and RangeQuery.rewrite()). Be careful overriding this method as queries[0] determines which method will be called and is not necessarily of the same type as the other queries. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.FuzzyQuery.Equals.html">Equals</a></td><td width="50%"> </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.Query.ExtractTerms.html">ExtractTerms</a> (inherited from <b>Query</b>)</td><td width="50%"> Expert: adds all terms occuring in this query to the terms set. Only works if this query is in its {@link #rewrite rewritten} form. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.Query.GetBoost.html">GetBoost</a> (inherited from <b>Query</b>)</td><td width="50%">Gets the boost for this clause. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by <pre class="code">b</pre>. The boost is 1.0 by default. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.FuzzyQuery.GetHashCode.html">GetHashCode</a></td><td width="50%"> </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.FuzzyQuery.GetMinSimilarity.html">GetMinSimilarity</a></td><td width="50%"> Returns the minimum similarity that is required for this query to match.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.FuzzyQuery.GetPrefixLength.html">GetPrefixLength</a></td><td width="50%"> Returns the non-fuzzy prefix length. This is 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. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.Query.GetSimilarity.html">GetSimilarity</a> (inherited from <b>Query</b>)</td><td width="50%">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. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.MultiTermQuery.GetTerm.html">GetTerm</a> (inherited from <b>MultiTermQuery</b>)</td><td width="50%">Returns the pattern term. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.FuzzyQuery.Rewrite.html">Rewrite</a></td><td width="50%"> </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.Query.SetBoost.html">SetBoost</a> (inherited from <b>Query</b>)</td><td width="50%">Sets the boost for this query clause to <pre class="code">b</pre>. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by <pre class="code">b</pre>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.FuzzyQuery.ToString_overload_1.html">ToString</a></td><td width="50%">Overloaded.  </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.Query.ToString_overload_1.html">ToString</a> (inherited from <b>Query</b>)</td><td width="50%">Overloaded. Prints a query to a string. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Search.Query.Weight.html">Weight</a> (inherited from <b>Query</b>)</td><td width="50%">Expert: Constructs and initializes a Weight for a top-level query. </td></tr></table>
</div>
<h4 class="dtH4">Protected Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is reclaimed by garbage collection.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.</td></tr></table>
</div>
<h4 class="dtH4">Protected Internal Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="Lucene.Net.Search.Query.CreateWeight.html">CreateWeight</a> (inherited from <b>Query</b>)</td><td width="50%"> </td></tr>
<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="Lucene.Net.Search.FuzzyQuery.GetEnum.html">GetEnum</a></td><td width="50%"> </td></tr></table>
</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Lucene.Net.Search.FuzzyQuery.html">FuzzyQuery Class</a> | <a href="Lucene.Net.Search.html">Lucene.Net.Search Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="FuzzyQuery class">
</param>
<param name="Keyword" value="Lucene.Net.Search.FuzzyQuery class">
</param>
<param name="Keyword" value="FuzzyQuery class, all members">
</param>
</object>
<hr />
<div id="footer">
<p>
</p>
<p>Generated from assembly Lucene.Net [2.4.0.2]</p>
</div>
</div>
</body>
</html>