We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89fe60 commit 9b0367dCopy full SHA for 9b0367d
specification/simulate/ingest/SimulateIngestResponse.ts
@@ -65,7 +65,7 @@ export class IngestDocumentSimulation
65
executed_pipelines: Array<string>
66
/**
67
* A list of the fields that would be ignored at the indexing step. For example, a field whose
68
- * value is larger than the allowed limit would make it through all of the pipoelines, but
+ * value is larger than the allowed limit would make it through all of the pipelines, but
69
* would not be indexed into Elasticsearch.
70
*/
71
ignored_fields?: Array<Dictionary<IgnoredFieldKey, string>>
0 commit comments