Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 697 Bytes

README.textile

File metadata and controls

23 lines (15 loc) · 697 Bytes

PROJECT OVERVIEW

spatial4j-core

The is the heart of the codebase. The code is broadly divided into ‘base’ and ‘strategies’. It also contains benchmark
code and a fair amount of tests.

Major pieces in ‘base’:

  • SpatialContext interface and simple implementation.
  • Distance math code.
  • Shapes interface and simple implementations.
  • Prefix/Grid/Tree interface and implementations.

spatial4j-solr

Ads Solr support on top of the Spatial-lucene module.
This will eventually be included directly in lucene

spatial4j-demo

Contains a demo web application using Spatial-solr. Consumes sample data and geonames.
See the provided README.txt in there for instructions to try it out.