Open anasalkouz opened 2 years ago
Type mapping removal: https://github.com/opensearch-project/OpenSearch/issues/2979
Given that both the CamelCase nGram
and edgeNGram
tokenFilter names (and tokenizers) are deprecated (in favour to lower_case_with_underscore) then why is PathHierarchyTokenizer
left in both the preConfiguredTokenizers and tokenizers under both keys path_hierarchy
and PathHierarchy
without any exceptions or deprecation logging?
See CommonAnalysisModulePlugin.java
for details.
Is this just an issue or is there any reasoning behind this decision? Shall I open a ticket?
This is a list to track all deprecated code or old usages that need to be removed on 3.0.
nGram
andedgeNGram
token filtersinterval
parametermax_adjacency_matrix_filters
local
parameter on cat nodes apilocal
parameter in get field mapping requests