Class AnalyzeRequestParameters
Request options for Analyze
https://opensearch.org/docs/latest/api-reference/analyze-apis/perform-text-analysis/
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.IndicesApi
Assembly: OpenSearch.Net.dll
Syntax
public class AnalyzeRequestParameters : RequestParameters<AnalyzeRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceIndex
The name of the index to scope the operation.
Declaration
public string Index { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |