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:
Syntaxprotected abstract void Unindex(
string graphUri,
Triple t
)
Protected MustOverride Sub Unindex (
graphUri As String,
t As Triple
)
Parameters
- graphUri
- Type: System.String
Graph URI. - t
- Type: VDS.RDF.Triple
Triple.
See Also