Click or drag to resize

BaseLuceneSearchProviderMatch Method (String, Double, Int32)

Gets results that match the given query with the score threshold and limit applied.

Namespace:  VDS.RDF.Query.FullText.Search.Lucene
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public virtual IEnumerable<IFullTextSearchResult> Match(
	string text,
	double scoreThreshold,
	int limit
)

Parameters

text
Type: SystemString
Search Query.
scoreThreshold
Type: SystemDouble
Score Threshold.
limit
Type: SystemInt32
Result Limit.

Return Value

Type: IEnumerableIFullTextSearchResult

[Missing <returns> documentation for "M:VDS.RDF.Query.FullText.Search.Lucene.BaseLuceneSearchProvider.Match(System.String,System.Double,System.Int32)"]

Implements

IFullTextSearchProviderMatch(String, Double, Int32)
See Also