Click or drag to resize

IFullTextSearchProvider.Match Method (String, Double)

Searches for matches for specific text.

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

Parameters

text
Type: System.String
Search Query.
scoreThreshold
Type: System.Double
Score Threshold.

Return Value

Type: IEnumerable<IFullTextSearchResult>

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

See Also