Click or drag to resize

OptionsRigorousEvaluation Property

Gets/Sets whether to use rigorous query evaluation.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool RigorousEvaluation { get; set; }

Property Value

Type: Boolean
Remarks

Rigorous Query evaluation applies more checks to the triples produced by datasets to ensure they actually match the patterns being scanned. If the underlying index structures are able to guarantee this then rigorous evaluation may be turned off for faster evaluation which it is by default since our default TreeIndexedTripleCollection and TripleCollection implementations will guarantee this.

See Also