
public class OSpatialQueryContext extends OLuceneQueryContext
| Modifier and Type | Field and Description |
|---|---|
org.apache.lucene.spatial.query.SpatialArgs |
spatialArgs |
| Constructor and Description |
|---|
OSpatialQueryContext(OCommandContext context,
org.apache.lucene.search.IndexSearcher searcher,
org.apache.lucene.search.Query query) |
OSpatialQueryContext(OCommandContext context,
org.apache.lucene.search.IndexSearcher searcher,
org.apache.lucene.search.Query query,
List<org.apache.lucene.search.SortField> sortFields) |
| Modifier and Type | Method and Description |
|---|---|
OSpatialQueryContext |
setSpatialArgs(org.apache.lucene.spatial.query.SpatialArgs spatialArgs) |
addHighlightFragment, deletedDocs, getChanges, getContext, getFragments, getQuery, getSearcher, getSort, isDeleted, isInTx, isUpdated, withChangespublic OSpatialQueryContext(OCommandContext context, org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.Query query)
public OSpatialQueryContext(OCommandContext context, org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.Query query, List<org.apache.lucene.search.SortField> sortFields)
public OSpatialQueryContext setSpatialArgs(org.apache.lucene.spatial.query.SpatialArgs spatialArgs)
Copyright © 2009–2025 OrientDB. All rights reserved.