Interface IMatchAllQuery
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IMatchAllQuery : IQuery
Properties
| Edit this page View SourceNormField
When indexing, a boost value can either be associated on the document level, or per field. The match all query does not take boosting into account by default. In order to take boosting into account, the norms_field needs to be provided in order to explicitly specify which field the boosting will be done on (Note, this will result in slower execution time).
Declaration
[DataMember(Name = "norm_field")]
string NormField { get; set; }
Property Value
Type | Description |
---|---|
string |