ElasticLINQ is a free C# library for searching Elasticsearch using LINQ syntax in .NET 4.5/PCL, e.g.
var db = new ElasticContext(new ElasticConnection(new Uri("http://myserver:9200"))); var p = db.Query<People>().Where(p => p.Tags.Contains("tech") && p.State == "WA");
For information on getting started, see the Wiki.
Elasticsearch version compatibilityBeyond 2.x is unsupported.
BuildsBinary releases are available via NuGet or direct downloads
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4