[
https://issues.apache.org/jira/browse/OAK-9603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabrizio Fortino resolved OAK-9603.
-----------------------------------
Fix Version/s: 1.42.0
Resolution: Fixed
> oak-search-elastic: index name does not adhere to ES requirements
> -----------------------------------------------------------------
>
> Key: OAK-9603
> URL: https://issues.apache.org/jira/browse/OAK-9603
> Project: Jackrabbit Oak
> Issue Type: Bug
> Reporter: Fabrizio Fortino
> Assignee: Fabrizio Fortino
> Priority: Major
> Fix For: 1.42.0
>
>
> Index names must meet the following criteria:
> * Lowercase only
> * Cannot include {{\}}, {{/}}, {{*}}, {{?}}, {{"}}, {{<}}, {{>}}, {{|}}, ` `
> (space character), {{,}}, {{#}}
> * Indices prior to 7.0 could contain a colon ({{:}}), but that’s been
> deprecated and won’t be supported in 7.0+
> * Cannot start with {{-}}, {{_}}, {{+}}
> * Cannot be {{.}} or {{..}}
> * Cannot be longer than 255 bytes (note it is bytes, so multi-byte
> characters will count towards the 255 limit faster)
> * Names starting with {{.}} are deprecated, except for [hidden
> indices|https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-hidden]
> and internal indices managed by plugins
>
> https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)