Click or drag to resize

SearchServiceSearch Method (String)

Gets the list of Search Results which match the given search term.

Namespace:  VDS.RDF.Query.Inference.Pellet.Services
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<SearchServiceResult> Search(
	string text
)

Parameters

text
Type: SystemString
Search Term.

Return Value

Type: ListSearchServiceResult
A list of Search Results representing Nodes in the Knowledge Base that match the search term.
See Also