Click or drag to resize

FullTextMatchPropertyFunctionGetResults Method (IEnumerableUri, 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.GenericIEnumerableUri
Graph URIs.
provider
Type: VDS.RDF.Query.FullText.SearchIFullTextSearchProvider
Search Provider.
search
Type: SystemString
Search Query.

Return Value

Type: IEnumerableIFullTextSearchResult

[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