Uses of Enum
org.eclipse.rdf4j.sail.evaluation.TupleFunctionEvaluationMode
Packages that use TupleFunctionEvaluationMode
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of TupleFunctionEvaluationMode in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return TupleFunctionEvaluationModeModifier and TypeMethodDescriptionstatic TupleFunctionEvaluationMode
Returns the enum constant of this type with the specified name.static TupleFunctionEvaluationMode[]
TupleFunctionEvaluationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TupleFunctionEvaluationMode in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return TupleFunctionEvaluationModeModifier and TypeMethodDescriptionLuceneSail.getEvaluationMode()
See EVALUATION_MODE_KEY parameter.Methods in org.eclipse.rdf4j.sail.lucene with parameters of type TupleFunctionEvaluationModeModifier and TypeMethodDescriptionvoid
LuceneSail.setEvaluationMode
(TupleFunctionEvaluationMode mode) See EVALUATION_MODE_KEY parameter.