Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.spatial Classes and Interfaces - 66 results found.
NameDescriptionTypePackageFramework
AbstractPrefixTreeQueryBase class for Lucene Queries on SpatialPrefixTree fields.Classorg.apache.lucene.spatial.prefixApache Lucene
AbstractVisitingPrefixTreeQueryTraverses a SpatialPrefixTree indexed field, using the template and visitor design patterns for subclasses to guide the traversal and collectClassorg.apache.lucene.spatial.prefixApache Lucene
AbstractVisitingPrefixTreeQuery .VNodeA visitor node/cell found via the query shape for AbstractVisitingPrefixTreeQuery.Classorg.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQueryApache Lucene
BBoxOverlapRatioValueSourceThe algorithm is implemented as envelope on envelope (rect on rect) overlays rather than complex polygon on complex polygon overlays.Classorg.apache.lucene.spatial.bboxApache Lucene
BBoxSimilarityValueSourceA base class for calculating a spatial relevance rank per document from a provided ValueSource in which FunctionValues.Classorg.apache.lucene.spatial.bboxApache Lucene
BBoxStrategyA SpatialStrategy for indexing and searching Rectangles by storing its coordinates in numeric fields.Classorg.apache.lucene.spatial.bboxApache Lucene
CachingDoubleValueSourceCaches the doubleVal of another value source in a HashMap so that it is computed only once.Classorg.apache.lucene.spatial.utilApache Lucene
CellRepresents a grid cell.Interfaceorg.apache.lucene.spatial.prefix.treeApache Lucene
CellIteratorAn Iterator of SpatialPrefixTree Cells.Classorg.apache.lucene.spatial.prefix.treeApache Lucene
CellToBytesRefIteratorA reset'able BytesRefIterator wrapper around an Iterator of Cells.Classorg.apache.lucene.spatial.prefixApache Lucene
CompositeSpatialStrategyA composite SpatialStrategy based on RecursivePrefixTreeStrategy (RPT) and SerializedDVStrategy (SDV).Classorg.apache.lucene.spatial.compositeApache Lucene
CompositeVerifyQueryA Query that considers an indexQuery to have approximate results, and a follow-on ValueSource/FunctionValues.Classorg.apache.lucene.spatial.compositeApache Lucene
ContainsPrefixTreeQueryFinds docs where its indexed shape CONTAINS the query shape.Classorg.apache.lucene.spatial.prefixApache Lucene
DateRangePrefixTreeA PrefixTree for date ranges in which the levels of the tree occur at natural periods of time (e.Classorg.apache.lucene.spatial.prefix.treeApache Lucene
DistanceToShapeValueSourceThe distance from a provided Point to a Point retrieved from a ValueSource via FunctionValues.Classorg.apache.lucene.spatial.utilApache Lucene
DistanceValueSourceAn implementation of the Lucene ValueSource model that returns the distance for a PointVectorStrategy.Classorg.apache.lucene.spatial.vectorApache Lucene
Geo3dShapeA Spatial4j Shape wrapping a GeoShape (Geo3D) -- a 3D planar geometry based Spatial4j Shape implementation.Classorg.apache.lucene.spatial.spatial4jApache Lucene
GeoDistanceUtilsReusable geo-spatial distance utility methods.Classorg.apache.lucene.spatial.utilApache Lucene
GeoEncodingUtilsBasic reusable geopoint encoding methodsWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.spatial.utilApache Lucene
GeohashPrefixTreeA SpatialPrefixTree based on Uses GeohashUtils to do all the geohash work.Classorg.apache.lucene.spatial.prefix.treeApache Lucene
GeohashPrefixTree .FactoryClassorg.apache.lucene.spatial.prefix.tree.GeohashPrefixTreeApache Lucene
GeoHashUtilsUtilities for converting to/from the GeoHash standard The geohash long format is represented as lon/lat (x/y) interleaved with the 4 least significant bitsClassorg.apache.lucene.spatial.utilApache Lucene
GeoPointDistanceQuery GeoPointInBBoxQuery and is implemented using a two phase approach.Classorg.apache.lucene.spatial.geopoint.searchApache Lucene
GeoPointDistanceRangeQuery org.Classorg.apache.lucene.spatial.geopoint.searchApache Lucene
GeoPointField Field that indexes latitude longitude decimal-degree values for efficient encoding, sorting, and querying.Classorg.apache.lucene.spatial.geopoint.documentApache Lucene
GeoPointField .TermEncodingExpert: Optional flag to select term encoding for GeoPointField typesencodes prefix and full resolution terms - use withClassorg.apache.lucene.spatial.geopoint.document.GeoPointFieldApache Lucene
GeoPointInBBoxQuery NumericRangeQuery and is implemented using a two phase approach.Classorg.apache.lucene.spatial.geopoint.searchApache Lucene
GeoPointInPolygonQuery GeoPointInBBoxQueryImpl and is implemented using a three phase approach.Classorg.apache.lucene.spatial.geopoint.searchApache Lucene
GeoProjectionUtilsReusable geo-spatial projection utility methods.Classorg.apache.lucene.spatial.utilApache Lucene
GeoRectRepresents a lat/lon rectangle.Classorg.apache.lucene.spatial.utilApache Lucene
GeoRelationUtilsClassorg.apache.lucene.spatial.utilApache Lucene
GeoUtilsBasic reusable geo-spatial utility methodsWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.spatial.utilApache Lucene
HeatmapFacetCounterComputes spatial facets in two dimensions as a grid of numbers.Classorg.apache.lucene.spatial.prefixApache Lucene
HeatmapFacetCounter .HeatmapClassorg.apache.lucene.spatial.prefix.HeatmapFacetCounterApache Lucene
IntersectsPrefixTreeQueryA Query matching documents that have an SpatialRelation.Classorg.apache.lucene.spatial.prefixApache Lucene
IntersectsRPTVerifyQueryA spatial Intersects predicate that distinguishes an approximated match from an exact match based on which cells are within the query shape.Classorg.apache.lucene.spatial.compositeApache Lucene
LegacyCellThe base for the original two SPT's: Geohash and Quad.Classorg.apache.lucene.spatial.prefix.treeApache Lucene
NumberRangePrefixTreeA SpatialPrefixTree for single-dimensional numbers and number ranges of fixed precision values (not floating point).Classorg.apache.lucene.spatial.prefix.treeApache Lucene
NumberRangePrefixTree .NRShapeBase interface for Shapes this prefix tree supports.Interfaceorg.apache.lucene.spatial.prefix.tree.NumberRangePrefixTreeApache Lucene
NumberRangePrefixTree .UnitNRShapeA unit value Shape implemented as a stack of numbers, one for each level in the prefix tree.Interfaceorg.apache.lucene.spatial.prefix.tree.NumberRangePrefixTreeApache Lucene
NumberRangePrefixTreeStrategyA PrefixTree based on Number/Date ranges.Classorg.apache.lucene.spatial.prefixApache Lucene
PackedQuadPrefixTreeUses a compact binary representation of 8 bytes to encode a spatial quad trie.Classorg.apache.lucene.spatial.prefix.treeApache Lucene
PackedQuadPrefixTree .FactoryFactory for creating PackedQuadPrefixTree instances with useful defaults.Classorg.apache.lucene.spatial.prefix.tree.PackedQuadPrefixTreeApache Lucene
PointPrefixTreeFieldCacheProvider (AND ONLY POINTS!).Classorg.apache.lucene.spatial.prefixApache Lucene
PointVectorStrategySimple SpatialStrategy which represents Points in two numeric DoubleFields.Classorg.apache.lucene.spatial.vectorApache Lucene
PrefixTreeFacetCounterComputes facets on cells for PrefixTreeStrategy.Classorg.apache.lucene.spatial.prefixApache Lucene
PrefixTreeFacetCounter .FacetVisitorA callback/visitor of facet counts.Classorg.apache.lucene.spatial.prefix.PrefixTreeFacetCounterApache Lucene
PrefixTreeStrategyAn abstract SpatialStrategy based on SpatialPrefixTree.Classorg.apache.lucene.spatial.prefixApache Lucene
QuadPrefixTreeA SpatialPrefixTree which uses a quad tree in which anClassorg.apache.lucene.spatial.prefix.treeApache Lucene
QuadPrefixTree .FactoryClassorg.apache.lucene.spatial.prefix.tree.QuadPrefixTreeApache Lucene
RecursivePrefixTreeStrategyA PrefixTreeStrategy which uses AbstractVisitingPrefixTreeQuery.Classorg.apache.lucene.spatial.prefixApache Lucene
SerializedDVStrategyA SpatialStrategy based on serializing a Shape stored into BinaryDocValues.Classorg.apache.lucene.spatial.serializedApache Lucene
ShapeAreaValueSourceThe area of a Shape retrieved from a ValueSource via FunctionValues.Classorg.apache.lucene.spatial.utilApache Lucene
ShapeFieldCacheBounded Cache of Shapes associated with docIds.Classorg.apache.lucene.spatial.utilApache Lucene
ShapeFieldCacheDistanceValueSourceAn implementation of the Lucene ValueSource that returns the spatial distance between an input point and a document's points inClassorg.apache.lucene.spatial.utilApache Lucene
ShapeFieldCacheProviderProvides access to a ShapeFieldCache for a given LeafReader.Classorg.apache.lucene.spatial.utilApache Lucene
ShapePredicateValueSourceA boolean ValueSource that compares a shape from a provided ValueSource with a given Shape and sees if it matches a given SpatialOperation (the predicate).Classorg.apache.lucene.spatial.utilApache Lucene
SpatialArgsPrincipally holds the query Shape and the SpatialOperation.Classorg.apache.lucene.spatial.queryApache Lucene
SpatialArgsParserParses a string that usually looks like OPERATION(SHAPE) into a SpatialArgs object.Classorg.apache.lucene.spatial.queryApache Lucene
SpatialOperationA predicate that compares a stored geometry to a supplied geometry.Classorg.apache.lucene.spatial.queryApache Lucene
SpatialPrefixTreeA spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings at variable lengths corresponding to variable precision.Classorg.apache.lucene.spatial.prefix.treeApache Lucene
SpatialPrefixTreeFactoryAbstract Factory for creating SpatialPrefixTree instances with useful defaults and passed on configurations defined in a Map.Classorg.apache.lucene.spatial.prefix.treeApache Lucene
SpatialStrategyThe SpatialStrategy encapsulates an approach to indexing and searching based Different implementations will support different features.Classorg.apache.lucene.spatialApache Lucene
TermQueryPrefixTreeStrategyA basic implementation of PrefixTreeStrategy using a large TermsQuery of all the cells fromClassorg.apache.lucene.spatial.prefixApache Lucene
UnsupportedSpatialOperationException thrown when the SpatialStrategy cannot implement the requested operation.Classorg.apache.lucene.spatial.queryApache Lucene
WithinPrefixTreeQueryFinds docs where its indexed shape is WITHIN the query shape.Classorg.apache.lucene.spatial.prefixApache Lucene