Foundatio.Repositories.Elasticsearch 7.17.17

Prefix Reserved
dotnet add package Foundatio.Repositories.Elasticsearch --version 7.17.17
                    
NuGet\Install-Package Foundatio.Repositories.Elasticsearch -Version 7.17.17
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Foundatio.Repositories.Elasticsearch" Version="7.17.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Foundatio.Repositories.Elasticsearch" Version="7.17.17" />
                    
Directory.Packages.props
<PackageReference Include="Foundatio.Repositories.Elasticsearch" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Foundatio.Repositories.Elasticsearch --version 7.17.17
                    
#r "nuget: Foundatio.Repositories.Elasticsearch, 7.17.17"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Foundatio.Repositories.Elasticsearch@7.17.17
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Foundatio.Repositories.Elasticsearch&version=7.17.17
                    
Install as a Cake Addin
#tool nuget:?package=Foundatio.Repositories.Elasticsearch&version=7.17.17
                    
Install as a Cake Tool

FoundatioFoundatio

Build status NuGet Version feedz.io Discord

Generic repository contract and implementations. Currently only implemented for Elasticsearch, but there are plans for other implementations.

Features

  • Simple document repository pattern
    • CRUD operations: Add, Save, Remove, Get
  • Supports patch operations
    • JSON patch
    • Partial document patch
    • Painless script patch (Elasticsearch)
    • Can be applied in bulk using queries
  • Async events that can be wired up and listened to outside of the repos
  • Caching (real-time invalidated before save and stored in distributed cache)
  • Message bus support (enables real-time apps sends messages like doc updated up to the client so they know to update the UI)
  • Searchable that works with Foundatio.Parsers lib for dynamic querying, filtering, sorting and aggregations
  • Document validation
  • Document versioning
  • Soft deletes
  • Auto document created and updated dates
  • Document migrations
  • Elasticsearch implementation
    • Plan to add additional implementations (Postgres with Marten would be a good fit)
  • Elasticsearch 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 implementations
  • Can still use raw Elasticsearch queries
  • Field includes and excludes to make the response size smaller
  • Field conditions query builder
  • Paging including snapshot paging support
  • Dynamic field resolution for using friendly names of dynamically generated fields
  • Jobs for index maintenance, snapshots, reindex
  • Strongly typed field access (using lambda expressions) to enable refactoring
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Foundatio.Repositories.Elasticsearch:

Repository Stars
exceptionless/Exceptionless
Exceptionless application
Version Downloads Last Updated
7.17.17 1,635 8/21/2025
7.17.16 227 8/20/2025
7.17.15 395 5/9/2025
7.17.14 621 1/31/2025
7.17.13 592 11/26/2024
7.17.12 503 9/28/2024
7.17.11 278 8/31/2024
7.17.10 167 8/31/2024
7.17.9 8,298 5/20/2024
7.17.8 4,758 3/27/2024
7.17.7 3,242 1/5/2024
7.17.6 1,110 10/26/2023
7.17.5 1,718 8/2/2023
7.17.4 1,487 6/23/2023
7.17.3 8,538 1/1/2023
7.17.2 5,043 5/18/2022
7.17.1 3,723 3/10/2022
7.17.0 1,086 3/7/2022
7.16.2 1,642 1/21/2022
7.16.1 1,354 1/21/2022
7.16.0 1,308 1/20/2022
7.15.0 2,154 10/11/2021
7.13.2 1,761 7/19/2021
7.13.1 1,002 7/19/2021
7.13.0 1,033 7/8/2021
7.12.2 1,176 5/6/2021
7.12.1 1,924 4/15/2021
7.12.0 1,038 4/13/2021
7.10.5 2,005 2/1/2021
7.10.4 1,169 1/26/2021
7.10.3 1,118 1/20/2021
7.10.2 1,145 1/7/2021
7.10.1 1,295 12/11/2020
7.10.0 1,781 11/17/2020
7.9.3 1,909 10/19/2020
7.9.2 1,519 10/9/2020
7.9.1 1,322 10/7/2020
7.9.0 1,412 9/16/2020
7.9.0-beta5 1,000 9/15/2020
7.9.0-beta3 1,571 8/28/2020
7.9.0-beta2 933 8/27/2020
7.9.0-beta1 1,025 8/25/2020
7.8.0-beta8 1,074 7/29/2020
7.8.0-beta7 1,083 7/9/2020
7.8.0-beta12 977 8/10/2020
7.8.0-beta11 1,066 8/6/2020
7.7.0-beta5 1,220 6/20/2020
7.7.0-beta4 1,119 6/14/2020
7.7.0-beta3 1,103 6/6/2020
7.7.0-beta2 1,150 5/26/2020
7.6.1 6,118 3/25/2020
7.6.0 3,278 2/27/2020
7.5.6 2,730 2/14/2020
7.5.5 1,436 2/11/2020
7.5.4 1,811 2/5/2020
7.5.1 2,644 1/17/2020
7.5.0 1,275 1/16/2020
7.0.890 8,367 8/20/2019
7.0.887 1,318 8/19/2019
7.0.885 1,363 8/19/2019
7.0.880 1,351 8/19/2019
7.0.877 1,427 8/16/2019
7.0.865 2,402 6/27/2019
5.6.921 3,807 9/23/2019
5.6.905 1,456 8/30/2019
5.6.900 2,029 8/30/2019
5.6.870 2,651 7/26/2019
5.6.848 6,702 4/17/2019
5.6.845 1,808 3/15/2019
5.6.843 1,415 3/14/2019
5.6.839 1,440 3/14/2019
5.6.836 1,521 2/24/2019
5.6.833 1,707 2/22/2019
5.6.815 5,886 12/4/2018
5.6.809 2,687 11/9/2018
5.6.807 1,487 11/9/2018
5.6.798 2,340 10/18/2018
5.6.793 3,064 10/4/2018
5.6.790 2,111 9/12/2018
5.6.768 2,547 7/16/2018
5.6.758 2,629 5/9/2018
5.6.670 2,306 11/30/2017
5.0.648 2,067 10/4/2017
5.0.645 1,950 10/4/2017
5.0.636 1,873 10/3/2017
5.0.627 2,112 9/15/2017
5.0.624 2,162 9/15/2017
5.0.621 1,996 9/5/2017
5.0.619 2,051 8/17/2017
5.0.607 2,069 7/14/2017
5.0.603 1,829 7/7/2017
5.0.598 2,376 6/23/2017
5.0.595 1,796 6/23/2017
5.0.593 1,749 6/23/2017
5.0.586 1,901 5/5/2017
5.0.539-pre 1,640 3/16/2017
5.0.538-pre 1,586 3/16/2017
5.0.537-pre 1,550 3/16/2017
5.0.536-pre 1,657 3/16/2017
5.0.535-pre 1,580 3/16/2017
5.0.532-pre 1,593 3/14/2017
5.0.529-pre 1,603 3/14/2017
5.0.520-pre 1,590 3/13/2017
5.0.519-pre 1,591 3/13/2017
5.0.518-pre 1,565 3/13/2017
5.0.517-pre 1,574 3/13/2017
5.0.516-pre 1,625 3/13/2017
5.0.515-pre 1,518 3/13/2017
5.0.514-pre 1,571 3/12/2017
5.0.513-pre 1,493 3/11/2017
5.0.512-pre 1,607 3/11/2017
5.0.503-pre 1,814 3/6/2017
5.0.501-pre 1,678 3/6/2017
5.0.487-pre 1,643 3/1/2017
5.0.485-pre 1,778 3/1/2017
5.0.478-pre 1,701 2/28/2017
5.0.472-pre 1,672 2/26/2017
5.0.470-pre 1,683 2/26/2017
5.0.467-pre 1,785 2/21/2017
5.0.466-pre 1,718 2/21/2017
5.0.462-pre 1,736 2/20/2017
5.0.459-pre 1,667 2/20/2017
5.0.455-pre 1,687 2/17/2017
5.0.450-pre 1,745 2/17/2017
5.0.449-pre 1,686 2/17/2017
5.0.443-pre 1,762 2/16/2017
5.0.440-pre 1,674 2/15/2017
5.0.437-pre 1,749 2/15/2017
5.0.434-pre 1,667 2/14/2017
5.0.433-pre 1,722 2/14/2017
5.0.432-pre 1,727 2/14/2017
5.0.427-pre 1,816 2/7/2017
5.0.426-pre 1,653 2/6/2017
5.0.425-pre 1,575 2/6/2017
5.0.423-pre 1,569 2/3/2017
5.0.421-pre 1,634 1/31/2017
5.0.420-pre 1,663 1/31/2017
5.0.418-pre 1,549 1/30/2017
5.0.414-pre 1,643 1/28/2017
5.0.408-pre 1,725 1/25/2017
5.0.407-pre 1,677 1/20/2017
5.0.406-pre 1,588 1/20/2017
5.0.405-pre 1,636 1/19/2017
5.0.397-pre 1,590 1/13/2017
5.0.396-pre 1,591 1/13/2017
5.0.394-pre 1,625 1/12/2017
5.0.390-pre 1,645 1/8/2017
5.0.387-pre 1,556 1/7/2017
5.0.386-pre 1,667 1/7/2017
5.0.375-pre 1,648 12/29/2016
5.0.373-pre 1,599 12/28/2016
5.0.371-pre 1,612 12/22/2016
5.0.370-pre 1,602 12/22/2016
5.0.368-pre 1,630 12/21/2016
5.0.366-pre 1,588 12/19/2016
5.0.364-pre 1,727 12/14/2016
5.0.363-pre 1,633 12/14/2016
5.0.360-pre 1,659 12/13/2016
5.0.359-pre 1,675 12/13/2016
5.0.355-pre 1,611 12/12/2016
5.0.353-pre 1,650 12/12/2016
5.0.351-pre 1,536 12/12/2016
5.0.346-pre 1,656 12/7/2016
5.0.343-pre 1,621 12/6/2016
5.0.336-pre 1,657 11/30/2016
5.0.333-pre 1,695 11/29/2016
5.0.332-pre 1,662 11/29/2016
5.0.331-pre 1,655 11/29/2016
5.0.329-pre 1,641 11/29/2016
5.0.326-pre 1,643 11/25/2016
5.0.325-pre 1,625 11/23/2016
5.0.324-pre 1,667 11/19/2016
5.0.309-pre 1,829 11/15/2016
5.0.307-pre 1,644 11/12/2016
5.0.306-pre 1,912 11/3/2016
5.0.305-pre 1,708 11/2/2016
5.0.286-pre 1,618 10/12/2016
5.0.285-pre 1,612 10/11/2016
2.1.284-pre 1,676 10/11/2016
2.1.283-pre 1,594 10/11/2016
2.0.576 2,012 5/4/2017
2.0.548 2,057 3/17/2017
2.0.547 1,983 3/17/2017
2.0.546 1,995 3/17/2017
2.0.544 1,961 3/17/2017
2.0.543-pre 1,623 3/17/2017
2.0.465 2,053 2/21/2017
2.0.464 1,870 2/20/2017
2.0.457 1,951 2/20/2017
2.0.454 1,909 2/17/2017
2.0.452-pre 1,708 2/17/2017
2.0.451 2,043 2/17/2017
2.0.448 2,042 2/16/2017
2.0.429 1,895 2/13/2017
2.0.422 1,896 2/3/2017
2.0.398 1,927 1/16/2017
2.0.393 1,907 1/12/2017
2.0.392 1,870 1/9/2017
2.0.389 1,826 1/8/2017
2.0.385 1,828 1/6/2017
2.0.369-pre 1,620 12/22/2016
2.0.367 1,853 12/21/2016
2.0.362 1,907 12/13/2016
2.0.361 1,811 12/13/2016
2.0.347 1,844 12/10/2016
2.0.344 1,840 12/6/2016
2.0.335 1,861 11/30/2016
2.0.330 1,914 11/29/2016
2.0.328 1,827 11/28/2016
2.0.327 1,884 11/28/2016
2.0.321 1,892 11/18/2016
2.0.320 1,795 11/17/2016
2.0.319 1,758 11/17/2016
2.0.318 1,821 11/17/2016
2.0.317 2,123 11/16/2016
2.0.299 1,895 10/21/2016
2.0.297 1,783 10/21/2016
2.0.296 1,861 10/21/2016
2.0.294 1,796 10/21/2016
2.0.289 1,758 10/21/2016
2.0.288 1,775 10/20/2016
2.0.287 1,805 10/18/2016
2.0.282 1,980 10/10/2016
2.0.281-pre 1,544 10/7/2016
2.0.274 2,206 10/7/2016
2.0.270 1,937 10/4/2016
2.0.263 1,827 9/30/2016
2.0.259 1,850 9/27/2016
2.0.258 1,964 9/23/2016
2.0.257 2,274 9/21/2016
2.0.256-pre 1,898 9/21/2016
2.0.255-pre 1,931 9/21/2016
2.0.253-pre 1,851 9/20/2016
2.0.252-pre 1,670 9/20/2016
2.0.251-pre 1,813 9/20/2016
2.0.250-pre 1,818 9/20/2016
2.0.249-pre 1,917 9/19/2016
2.0.248-pre 1,936 9/19/2016
2.0.247-pre 1,955 9/19/2016
2.0.246-pre 1,758 9/17/2016
2.0.245-pre 1,681 9/17/2016
2.0.243-pre 1,839 9/17/2016
2.0.242-pre 1,879 9/17/2016
2.0.241-pre 1,938 9/16/2016
2.0.240-pre 1,561 9/16/2016
2.0.239-pre 1,596 9/14/2016
2.0.238-pre 1,552 9/14/2016
2.0.237-pre 1,633 9/13/2016
2.0.236-pre 1,739 9/13/2016
2.0.235-pre 1,611 9/13/2016
2.0.234-pre 1,547 9/9/2016
2.0.233-pre 1,568 9/9/2016
2.0.232-pre 1,571 9/9/2016
2.0.231-pre 1,620 9/7/2016
2.0.230-pre 1,535 9/7/2016
2.0.229-pre 1,567 9/7/2016
2.0.228-pre 1,530 9/7/2016
2.0.227-pre 1,476 9/6/2016
2.0.221-pre 1,680 9/6/2016
2.0.210-pre 1,592 9/2/2016
2.0.209-pre 1,548 9/2/2016
2.0.208-pre 1,608 9/2/2016
2.0.207-pre 1,603 9/2/2016
2.0.206-pre 1,620 9/2/2016
2.0.204-pre 1,545 9/2/2016
2.0.203-pre 1,542 9/2/2016
2.0.202-pre 1,577 9/1/2016
2.0.201-pre 1,566 9/1/2016
2.0.200-pre 1,542 9/1/2016
2.0.194-pre 1,569 8/31/2016
2.0.193-pre 1,593 8/31/2016
2.0.192-pre 1,632 8/31/2016
2.0.191-pre 1,616 8/31/2016
2.0.190-pre 1,593 8/31/2016
2.0.189-pre 1,628 8/31/2016
2.0.188-pre 1,558 8/31/2016
2.0.184-pre 1,584 8/30/2016
2.0.183-pre 1,625 8/29/2016
2.0.182-pre 1,571 8/29/2016
2.0.172-pre 1,558 8/26/2016
2.0.171-pre 1,588 8/26/2016
2.0.170-pre 1,641 8/26/2016
2.0.169-pre 1,537 8/26/2016
2.0.168-pre 1,594 8/26/2016
2.0.167-pre 1,562 8/25/2016
2.0.166-pre 1,553 8/25/2016
2.0.164-pre 1,625 8/25/2016
2.0.163-pre 1,590 8/25/2016
2.0.162-pre 1,845 8/24/2016
2.0.161-pre 1,563 8/24/2016
2.0.160-pre 1,650 8/24/2016
2.0.159-pre 1,588 8/24/2016
2.0.158-pre 1,566 8/24/2016
2.0.157-pre 1,560 8/24/2016
2.0.156-pre 1,539 8/24/2016
2.0.155-pre 1,566 8/24/2016
2.0.154-pre 1,584 8/24/2016
2.0.153-pre 1,638 8/24/2016
2.0.152-pre 1,579 8/23/2016
2.0.151-pre 1,616 8/23/2016
2.0.150-pre 1,590 8/23/2016
2.0.145-pre 1,516 8/20/2016
2.0.142-pre 1,618 8/16/2016
2.0.141-pre 1,589 8/16/2016
2.0.139-pre 1,573 8/16/2016
2.0.138-pre 1,539 8/15/2016
2.0.137-pre 1,632 8/15/2016
2.0.136-pre 1,585 8/15/2016
2.0.134-pre 1,576 8/15/2016
2.0.133-pre 1,570 8/12/2016
2.0.132-pre 1,618 8/12/2016
2.0.130-pre 1,567 8/12/2016
2.0.126-pre 1,536 8/11/2016
2.0.125-pre 1,632 8/11/2016
2.0.124-pre 1,610 8/11/2016
2.0.123-pre 1,607 8/11/2016
2.0.122-pre 1,555 8/10/2016
2.0.121-pre 1,572 8/10/2016
2.0.120-pre 1,615 8/9/2016
2.0.119-pre 1,638 8/9/2016
2.0.103-pre 1,589 7/26/2016
2.0.88-pre 1,611 7/21/2016
2.0.83-pre 1,630 7/15/2016
2.0.82-pre 1,772 7/14/2016
2.0.81-pre 1,786 7/14/2016
2.0.80-pre 1,816 7/13/2016
2.0.78-pre 1,780 7/13/2016
2.0.77-pre 1,817 7/13/2016
1.0.87 2,118 7/20/2016
1.0.86 1,866 7/20/2016
1.0.85 1,849 7/20/2016
1.0.84-pre 1,584 7/20/2016
1.0.76-pre 1,738 7/13/2016
1.0.61-pre 1,630 6/27/2016
1.0.56-pre 1,565 5/16/2016
1.0.54 2,106 4/18/2016
1.0.53 1,806 4/15/2016
1.0.51 1,865 4/5/2016
1.0.41 1,928 3/25/2016
1.0.40 1,885 3/24/2016
1.0.39 1,908 3/24/2016
1.0.38 1,847 3/23/2016
1.0.36 1,988 3/8/2016
1.0.34 1,820 2/29/2016
1.0.33 1,906 2/22/2016
1.0.32 1,934 2/16/2016
1.0.31 1,884 2/12/2016
1.0.30 2,234 2/12/2016
1.0.29 2,151 2/12/2016
1.0.28 1,905 2/10/2016
1.0.14 1,804 2/5/2016
1.0.10 1,954 1/27/2016