Expose a tool to build property keys

Description

Property keys for backends and indexes are a bit awkward to use right now, because they require concatenating strings: the "hibernate.search." prefix, the backend name, the radical.

It would be nice to expose a tool to build property keys more easily.

For example:

// hibernate.search.backends.myBackendName.version BackendSettings.backendKey( "myBackendName", ElasticsearchBackendSettings.VERSION ) // hibernate.search.backends.myBackendName.index_defaults.lifecycle.strategy IndexSettings.indexDefaultsKey( "myBackendName", ElasticsearchIndexSettings.LIFECYCLE_STRATEGY ) // hibernate.search.backends.myBackendName.indexes.myIndexName.lifecycle.strategy IndexSettings.indexKey( "myBackendName", "myIndexName", ElasticsearchIndexSettings.LIFECYCLE_STRATEGY )

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Sprint

Fix versions

Priority

Created March 3, 2020 at 11:59 AM
Updated March 31, 2020 at 11:52 AM
Resolved March 5, 2020 at 4:03 PM

Flag notifications