Click or drag to resize

BaseFullTextIndexer.Unindex Method (String, Triple)

Unindexes 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 Unindex(
	string graphUri,
	Triple t
)

Parameters

graphUri
Type: System.String
Graph URI.
t
Type: VDS.RDF.Triple
Triple.
See Also