public class DistanceQuerySpecBuilder extends Object implements SearchQueryInterpreter
Constructor and Description |
---|
DistanceQuerySpecBuilder(SearchIndex index) |
Modifier and Type | Method and Description |
---|---|
void |
process(TupleExpr tupleExpr,
BindingSet bindings,
Collection<SearchQueryEvaluator> results)
Processes a TupleExpr into a set of SearchQueryEvaluators.
|
public DistanceQuerySpecBuilder(SearchIndex index)
public void process(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) throws SailException
SearchQueryInterpreter
process
in interface SearchQueryInterpreter
tupleExpr
- the TupleExpr to process.bindings
- any bindings.results
- the Collection to add any SearchQueryEvaluators to.SailException
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.