You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Fabrizio Fortino (Jira)" <ji...@apache.org> on 2021/10/22 07:11:00 UTC

[jira] [Created] (OAK-9603) oak-search-elastic: index name does not adhere to ES requirements

Fabrizio Fortino created OAK-9603:
-------------------------------------

             Summary: 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


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)