| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sail.lucene | A Sail implementation that supports full-text indexing via the Lucene API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSearchQueryEvaluator | 
| class  | DistanceQuerySpec | 
| class  | GeoRelationQuerySpec | 
| class  | QuerySpecA QuerySpec holds information extracted from a TupleExpr corresponding with a single Lucene query. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<BindingSet> | SearchIndex. evaluate(SearchQueryEvaluator query) | 
| Collection<BindingSet> | AbstractSearchIndex. evaluate(SearchQueryEvaluator evaluator) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SearchQueryInterpreter. process(TupleExpr tupleExpr,
       BindingSet bindings,
       Collection<SearchQueryEvaluator> specs)Processes a TupleExpr into a set of SearchQueryEvaluators. | 
| void | GeoRelationQuerySpecBuilder. process(TupleExpr tupleExpr,
       BindingSet bindings,
       Collection<SearchQueryEvaluator> results) | 
| void | DistanceQuerySpecBuilder. process(TupleExpr tupleExpr,
       BindingSet bindings,
       Collection<SearchQueryEvaluator> results) | 
| void | QuerySpecBuilder. process(TupleExpr tupleExpr,
       BindingSet bindings,
       Collection<SearchQueryEvaluator> result)Appends a set of QuerySpecs embodying all necessary information to perform the Lucene query embedded in a
 TupleExpr. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.