Class DistanceQuerySpecBuilder

    • Constructor Detail

      • DistanceQuerySpecBuilder

        public DistanceQuerySpecBuilder​(SearchIndex index)
    • Method Detail

      • process

        public void process​(org.eclipse.rdf4j.query.algebra.TupleExpr tupleExpr,
                            org.eclipse.rdf4j.query.BindingSet bindings,
                            Collection<SearchQueryEvaluator> results)
                     throws SailException
        Description copied from interface: SearchQueryInterpreter
        Processes a TupleExpr into a set of SearchQueryEvaluators.
        Specified by:
        process in interface SearchQueryInterpreter
        Parameters:
        tupleExpr - the TupleExpr to process.
        bindings - any bindings.
        results - the Collection to add any SearchQueryEvaluators to.
        Throws:
        SailException