You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/06/28 19:41:44 UTC

[Solr Wiki] Update of "SpatialSearchDev" by DavidSmiley

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SpatialSearchDev" page has been changed by DavidSmiley:
http://wiki.apache.org/solr/SpatialSearchDev?action=diff&rev1=17&rev2=18

Comment:
Link to SolrAdaptersForLuceneSpatial4 to be created soon

  Examine SpatialSearch prior to this page if you have not already.
  
  Solr also supports other spatial capabilities beyond just latitude and longitude.  For example, a PointType can be used to represent a point in an n-dimensional space.  This can be useful, for instance, for searching in CAD drawings or blueprints.  Solr also supports other distance measures.  See the FunctionQuery page for more information and look for hsin, ghhsin and others.
+ 
+ == Lucene 4's new spatial module ==
+ Lucene 4 has a new spatial module that replaces the older one before it.  The Solr adapters for it are documented here: SolrAdaptersForLuceneSpatial4
  
  == Field Types ==
  === PointType ===