You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source_indexed_field: This indexed field should be of type text and will be used to filter documents in 2 phased iterator approach before executing the expensive DerivedFieldQuery fetching from source, running script, deriving value, creating memory index. This is to improve the performance for object type. properties: fieldname and field type can be specified explicity to avoid inferring the type of sub fields within object type. format: date format to be used when type is inferred. Unrelated to object type and applicable to all types. ignore_malformed: ignores malformed documents for cases when field value cannot be derived or there is a type mismatch. If set to true, the query will ignore such documents and proceeds with rest of the matching documents.
Is your feature request related to a problem? Please describe
Support mappings object type as described in #13143
Introduce following new settings applicable both to object and other types of derived fields -
source_indexed_field
: This indexed field should be of typetext
and will be used to filter documents in 2 phased iterator approach before executing the expensiveDerivedFieldQuery
fetching from source, running script, deriving value, creating memory index. This is to improve the performance forobject
type.properties
: fieldname and field type can be specified explicity to avoid inferring the type of sub fields within object type.format
: date format to be used when type is inferred. Unrelated to object type and applicable to all types.ignore_malformed
: ignores malformed documents for cases when field value cannot be derived or there is a type mismatch. If set to true, the query will ignore such documents and proceeds with rest of the matching documents.Describe the solution you'd like
Support mapping with following definition for derived fields -
Related component
Search:Query Capabilities
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: