Lynicon.Search.ElasticSearch namespace

This Nuget module and namespace contains tools for working with ElasticSearch, specifically a DataSource to allow content data to be stored directly to ElasticSearch, and a SearchEngine to allow ElasticSearch to be used with the Search module. The Nuget module can be found at https://www.nuget.org/packages/LyniconANC.Search.ElasticSearch/.

This module depends on ElasticLINQANC which is a custom fork of ElasticLINQ we rebuilt to work with .Net Core. The ElasticLINQ library only works with ElasticSearch 1.7, so you will until this is updated need to ensure you use this version of ElasticSearch.