Skip to content

Commit f40c4b7

Browse files
committed
remove per_field_analyzer from mlt query (533)
1 parent 557c514 commit f40c4b7

File tree

4 files changed

+8
-37
lines changed

4 files changed

+8
-37
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 3 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/query_dsl/specialized.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,7 @@ export class MoreLikeThisQuery extends QueryBase {
143143
* @server_default 0
144144
*/
145145
min_word_length?: integer
146-
/**
147-
* Overrides the default analyzer.
148-
*/
149-
per_field_analyzer?: Dictionary<Field, string>
146+
150147
routing?: Routing
151148
/**
152149
* An array of stop words.
@@ -176,6 +173,9 @@ export class LikeDocument {
176173
* Index of a document.
177174
*/
178175
_index?: IndexName
176+
/**
177+
* Overrides the default analyzer.
178+
*/
179179
per_field_analyzer?: Dictionary<Field, string>
180180
routing?: Routing
181181
version?: VersionNumber

0 commit comments

Comments
 (0)