Click or drag to resize

FullTextOptimiserOptimise Method

Optimises the Algebra to apply the FullTextQuery operator which ensures Full Text Query support is available to the query evaluation.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public ISparqlAlgebra Optimise(
	ISparqlAlgebra algebra
)

Parameters

algebra
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
Algebra to optimise.

Return Value

Type: ISparqlAlgebra

[Missing <returns> documentation for "M:VDS.RDF.Query.Optimisation.FullTextOptimiser.Optimise(VDS.RDF.Query.Algebra.ISparqlAlgebra)"]

Implements

IAlgebraOptimiserOptimise(ISparqlAlgebra)
See Also