Click or drag to resize

IFullTextIndexerIndex Method (Triple)

Indexes a Triple.

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

Parameters

t
Type: VDS.RDFTriple
Triple.
Remarks
Implementations SHOULD NOT automatically Flush changes to the indexes at the end of this operation.
See Also