
exceptionless/Foundatio.Repositoriesv7.17.11
✓ Verified.NET 8.0.NET 10.0
Generic Repository implementations for Elasticsearch.
Get Started
$ dotnet add package Foundatio.RepositoriesElasticsearch index configuration allows simpler and more organized configuration
- Schema versioning
- Parent child queries
- Daily and monthly index strategies
Supports different consistency models (immediate, wait or eventual)
- Can be configured at the index type or individual query level
Query builders used to make common ways of querying data easier and more portable between repo implementationsCan still use raw Elasticsearch queriesField includes and excludes to make the response size smallerField conditions query builderPaging including snapshot paging supportDynamic field resolution for using friendly names of dynamically generated fieldsJobs for index maintenance, snapshots, reindexStrongly typed field access (using lambda expressions) to enable refactoring