Uses of Enum
org.eclipse.rdf4j.sail.evaluation.TupleFunctionEvaluationMode
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of TupleFunctionEvaluationMode in org.eclipse.rdf4j.sail.evaluation
Modifier 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
Modifier and TypeMethodDescriptionLuceneSail.getEvaluationMode()
See EVALUATION_MODE_KEY parameter.Modifier and TypeMethodDescriptionvoid
LuceneSail.setEvaluationMode
(TupleFunctionEvaluationMode mode) See EVALUATION_MODE_KEY parameter.