Class OSpatialQueryContext
java.lang.Object
com.orientechnologies.lucene.query.OLuceneQueryContext
com.orientechnologies.spatial.query.OSpatialQueryContext
Created by Enrico Risa on 08/01/15.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOSpatialQueryContext(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) -
Method Summary
Modifier and TypeMethodDescriptionsetSpatialArgs(org.apache.lucene.spatial.query.SpatialArgs spatialArgs) Methods inherited from class com.orientechnologies.lucene.query.OLuceneQueryContext
addHighlightFragment, deletedDocs, getChanges, getContext, getFragments, getQuery, getSearcher, getSort, isDeleted, isInTx, isUpdated, withChanges
-
Field Details
-
spatialArgs
public org.apache.lucene.spatial.query.SpatialArgs spatialArgs
-
-
Constructor Details
-
OSpatialQueryContext
public OSpatialQueryContext(OCommandContext context, org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.Query query) -
OSpatialQueryContext
public OSpatialQueryContext(OCommandContext context, org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.Query query, List<org.apache.lucene.search.SortField> sortFields)
-
-
Method Details
-
setSpatialArgs
-