Click or drag to resize

SearchService.Search 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: System.String
Search Term.

Return Value

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