Initializes a new instance of the FuzzyLikeThisQuery class

Namespace: Lucene.Net.Search
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public FuzzyLikeThisQuery(
	int maxNumTerms,
	Analyzer analyzer
)
Visual Basic
Public Sub New ( _
	maxNumTerms As Integer, _
	analyzer As Analyzer _
)
Visual C++
public:
FuzzyLikeThisQuery(
	int maxNumTerms, 
	Analyzer^ analyzer
)

Parameters

maxNumTerms
Type: System..::..Int32

[Missing <param name="maxNumTerms"/> documentation for "M:Lucene.Net.Search.FuzzyLikeThisQuery.#ctor(System.Int32,Lucene.Net.Analysis.Analyzer)"]

analyzer
Type: Lucene.Net.Analysis..::..Analyzer

[Missing <param name="analyzer"/> documentation for "M:Lucene.Net.Search.FuzzyLikeThisQuery.#ctor(System.Int32,Lucene.Net.Analysis.Analyzer)"]

See Also