fabriziofortino commented on code in PR #2209: URL: https://github.com/apache/jackrabbit-oak/pull/2209#discussion_r2028341287
########## oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/index/ElasticCustomAnalyzer.java: ########## @@ -257,14 +257,17 @@ private static <FD> LinkedHashMap<String, FD> loadFilters(NodeState state, Map<String, Object> args = convertNodeState(child, transformers, content); - if (name.equals("word_delimiter")) { + if (name.equals("standard")) { + // OAK-11638 ignore standard token filter Review Comment: good catch! I would just add a comment to the ES 7 release note where this was removed https://www.elastic.co/guide/en/elasticsearch/reference/7.17/breaking-changes-7.0.html#standard-filter-removed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org