🚧 Experimental State 🚧
This repository is a LINQ Provider To ElasticSearch
Install using the LinqToElasticSearch NuGet package:
dotnet add package LinqToElasticSearch
https://www.nuget.org/packages/LinqToElasticSearch/
This Library has compatibility with Elasticsearch .Net & NEST Client and Elastic Search 7.x version.
- Select
- Where
- Where(x => x.Any(single expression))
- Where(x => x.All(single expression))
- Where(x => x.Contains(string))
- Where(x => x.StartsWith(string))
- Where(x => x.EndsWith(string))
- OrderBy
- Skip
- Take
- GroupBy(x => x.Prop1)
- GroupBy(x => new {x.Prop1, x.Prop2})