Click or drag to resize

IFullTextSearchProviderMatch Method (IEnumerableUri, 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(
	IEnumerable<Uri> graphUris,
	string text,
	double scoreThreshold
)

Parameters

graphUris
Type: System.Collections.GenericIEnumerableUri
Graph URIs.
text
Type: SystemString
Search Query.
scoreThreshold
Type: SystemDouble
Score Threshold.

Return Value

Type: IEnumerableIFullTextSearchResult

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

See Also