opensearch-project/OpenSearch

[Enhancement] Add Open Parameters to Flat_object Field Type

Open

#7,137 建立於 2023年4月13日

在 GitHub 查看
 (11 留言) (0 反應) (1 負責人)Java (1,505 fork)batch import
Searchenhancementhelp wanted

倉庫指標

Star
 (8,123 star)
PR 合併指標
 (平均合併 5天 9小時) (30 天內合併 266 個 PR)

描述

Is your feature request related to a problem? Please describe. Flat objects currently do not support open parameters. Looking forward to add open parameter to increase better search results.

Describe the solution you'd like The following open parameters setting are useful to consider to add in, including normalizer, docValues, ignoreAbove, nullValue, similarity, and depthlimit.

normalizer: allow lowercase, uppercase docValues: allow to set docValues to be false ignoreAbove: allow to set if the length of a field is go above certain limit then ignore the document. nullValue: allow to set nullValue to others similarity: allow to set similarity setting depthlimit: allow to set maximum depth limitation to the JSON document

Additional context Add any other context or screenshots about the feature request here.

貢獻者指南