NEST by Elastic and contributors

<PackageReference Include="NEST" Version="2.5.4" />

.NET API 3,536,896 bytes

 SearchExistsRequest

public class SearchExistsRequest : PlainRequestBase<SearchExistsRequestParameters>, ISearchExistsRequest, IRequest<SearchExistsRequestParameters>, IRequest
public bool AllowNoIndices { get; set; }

public string Analyzer { get; set; }

public bool AnalyzeWildcard { get; set; }

public DefaultOperator DefaultOperator { get; set; }

public string Df { get; set; }

public ExpandWildcards ExpandWildcards { get; set; }

public string FilterPath { get; set; }

public bool IgnoreUnavailable { get; set; }

public bool Lenient { get; set; }

public bool LowercaseExpandedTerms { get; set; }

public double MinScore { get; set; }

public string Preference { get; set; }

public QueryContainer Query { get; set; }

public string QueryOnQueryString { get; set; }

public string QueryString { get; set; }

public string Routing { get; set; }

protected ISearchExistsRequest Self { get; }

public string Source { get; set; }

public SearchExistsRequest(Indices index, Types type)