TomTyack / Sitecore-Azure-Search-Spatial

This repository contains a runnable Sitecore Helix solutions that demonstrates how to achieve Geo Spatial searching with Azure Search and Sitecore. Sitecore installation packages are also available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitecore Azure Search Geo Spatial

This repository contains a runnable Sitecore Helix solution (Helix architecture principles) that demonstrates how to achieve a relatively fast Geo Spatial search using the Sitecore Azure Search provider. The solution can be installed using the same tools that the Habitat example site requires.

The core functionality is also available as an installable Sitecore package A Demo Installation package built from the example helix spatial site can then be installed if you just want to see it in action.

The key to this search involves enabling Edm.GeographyPoint and the OData Expression Syntax for Azure Search "$filter=geo.distance(location, geography'POINT(Long Lat)') le Radius "

For getting started, please check out the Wiki.
For more information on Helix, please go to helix.sitecore.net. For more information on Sitecore Azure Search overview, please go to the documentation.

Credits: We found these resources helpful when developing this solution:

  1. Sitecore Solr spatial : https://github.com/ehabelgindy/sitecore-solr-spatial
  2. Sitecore Lucene spatial: https://github.com/aokour/Sitecore.ContentSearch.Spatial

Thanks also to other Aceik team members for input and assistance with this solution along the way. Ed, Jose, Tony.

About

This repository contains a runnable Sitecore Helix solutions that demonstrates how to achieve Geo Spatial searching with Azure Search and Sitecore. Sitecore installation packages are also available.

License:GNU General Public License v3.0


Languages

Language:C# 62.3%Language:JavaScript 27.8%Language:ASP 5.5%Language:PowerShell 4.3%Language:CSS 0.2%