Click or drag to resize

FullTextMatchPropertyFunction.GetResults Method (IEnumerable<Uri>, IFullTextSearchProvider, String)

Gets the Full Text Results for a specific search query.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
protected IEnumerable<IFullTextSearchResult> GetResults(
	IEnumerable<Uri> graphUris,
	IFullTextSearchProvider provider,
	string search
)

Parameters

graphUris
Type: System.Collections.Generic.IEnumerable<Uri>
Graph URIs.
provider
Type: VDS.RDF.Query.FullText.Search.IFullTextSearchProvider
Search Provider.
search
Type: System.String
Search Query.

Return Value

Type: IEnumerable<IFullTextSearchResult>

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

See Also