C# (CSharp) ElasticLinq.Request.Criteria Namespace

Classes

Name Description
PrefixCriteria Criteria that specifies a specific field needs to start with a specific prefix.
QueryCriteriaRewriter Query DSL is slightly different from Filter DSL. In order to keep code paths simple we always build as if doing a filter. Here we rewrite the ICriteria designed for a filter into a query.
TermsCriteria Criteria that specifies one or more possible values that a field must match in order to select a document.