Click or drag to resize

BaseFullTextIndexerIndex Method (String, Triple)

Indexes a Triple associating it with the given Graph.

Namespace:  VDS.RDF.Query.FullText.Indexing
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
protected abstract void Index(
	string graphUri,
	Triple t
)

Parameters

graphUri
Type: SystemString
Graph URI.
t
Type: VDS.RDFTriple
Triple.
See Also