NEST by Elastic and contributors

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

.NET API 4,554,240 bytes

 BoolQueryDescriptor<T>

public BoolQueryDescriptor<T> DisableCoord(bool? disableCoord = true)

Specifies if the coordination factor for the query should be disabled. The coordination factor is used to reward documents that contain a higher percentage of the query terms. The more query terms that appear in the document, the greater the chances that the document is a good match for the query.

The clause (query) which is to be used as a filter (in filter context).

The clause (query) which is to be used as a filter (in filter context).

The clause (query) which is to be used as a filter (in filter context).

Specifies a minimum number of the optional BooleanClauses which must be satisfied.

The clause(s) that must appear in matching documents

The clause(s) that must appear in matching documents

The clause(s) that must appear in matching documents

The clause (query) must not appear in the matching documents. Note that it is not possible to search on documents that only consists of a must_not clauses.

The clause (query) must not appear in the matching documents. Note that it is not possible to search on documents that only consists of a must_not clauses.

The clause (query) must not appear in the matching documents. Note that it is not possible to search on documents that only consists of a must_not clauses.

The clause (query) should appear in the matching document. A boolean query with no must clauses, one or more should clauses must match a document. The minimum number of should clauses to match can be set using MinimumShouldMatch.

The clause (query) should appear in the matching document. A boolean query with no must clauses, one or more should clauses must match a document. The minimum number of should clauses to match can be set using MinimumShouldMatch.

The clause (query) should appear in the matching document. A boolean query with no must clauses, one or more should clauses must match a document. The minimum number of should clauses to match can be set using MinimumShouldMatch.