Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-9603

oak-search-elastic: index name does not adhere to ES requirements

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.42.0
    • None
    • None

    Description

      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 and internal indices managed by plugins
         

      https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html

      Attachments

        Issue Links

          Activity

            People

              fortino Fabrizio Fortino
              fortino Fabrizio Fortino
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: