Synonyms index: follow standard naming pattern

Priority

Components

Affects versions

None

Git Pull Request

Description

Current index name

  • DXP 7.2 SP2: liferay-search-tuning-synonyms-liferay-20101 where liferay-20101 is constructed by the IndexNameBuilder as <customer_defined_prefix><companyId>.

  • Master/DXP 7.3 EP3: Same

As of .

(Note: <customer_defined_prefix> comes from the ElasticsearchConfiguration.indexNamePrefix property.)

Expected index name
liferay-search-tuning-synonyms-20101 where the elements follow the pattern described on the Epic ticket:

  • liferay- = <customer_defined_prefix>

  • -20101 = <companyId>

  • search-tuning-synonyms = <application_defined_index_name>

Activity

Show:

Adam Brandizzi July 28, 2020 at 11:13 AM

This is where the name of the synonym set indices are generated: SynonymSetIndexNameBuilderImpl.java

Completed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Branch Version/s

7.2.x

Backported to Branch

Committed

Sprint

Zendesk Support

Created July 22, 2020 at 9:37 AM
Updated October 14, 2020 at 6:22 AM
Resolved August 7, 2020 at 10:18 AM