Changelog — Vali-Flow.NoSql.Elasticsearch
All notable changes to this package are documented here.
Format: Keep a Changelog · Versioning: SemVer
[Unreleased]
[1.0.0] — Initial release
Added
ElasticsearchFilterTranslator— translates Vali-Flow IR nodes into ElasticsearchQueryobjects (Elastic.Clients.Elasticsearch)- Support for:
TermQuery,TermsQuery,RangeQuery,MatchQuery,WildcardQuery,ExistsQuery,BoolQuery(must / must_not / should) - Null checks:
IsNull→must_not exists,IsNotNull→exists ValiFlowElasticsearchExtensions.ToElasticsearchQuery<T>()— extension method onValiFlow<T>- XML documentation on all public types and members