Click or drag to resize

IFullTextSearchProvider.Match Method (IEnumerable<Uri>, String, Int32)

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,
	int limit
)

Parameters

graphUris
Type: System.Collections.Generic.IEnumerable<Uri>
Graph URIs.
text
Type: System.String
Search Query.
limit
Type: System.Int32
Result Limit.

Return Value

Type: IEnumerable<IFullTextSearchResult>

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

See Also