From 73bc704fcf0cc7b0844fb0662c9fd37b45545b60 Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Thu, 4 Mar 2021 11:43:32 +0200 Subject: [PATCH] master docs are broken (#93405) (#93560) # Conflicts: # api_docs/data.json --- src/plugins/data/common/es_query/filters/phrase_filter.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/data/common/es_query/filters/phrase_filter.ts b/src/plugins/data/common/es_query/filters/phrase_filter.ts index 364e8dc1b035f..2a7f2458a27de 100644 --- a/src/plugins/data/common/es_query/filters/phrase_filter.ts +++ b/src/plugins/data/common/es_query/filters/phrase_filter.ts @@ -97,6 +97,7 @@ export const getPhraseScript = (field: IFieldType, value: string) => { }; /** + * @internal * See issues bellow for the reason behind this change. * Values need to be converted to correct types for boolean \ numeric fields. * https://github.com/elastic/kibana/issues/74301 @@ -122,6 +123,7 @@ export const getConvertedValueForField = (field: IFieldType, value: any) => { }; /** + * @internal * Takes a scripted field and returns an inline script appropriate for use in a script query. * Handles lucene expression and Painless scripts. Other langs aren't guaranteed to generate valid * scripts.