Yoann Rodière (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *created* an issue
Hibernate Search (
https://hibernate.atlassian.net/browse/HSEARCH?atlOrigin=eyJpIjoiY2MxZmE2...
) / Improvement (
https://hibernate.atlassian.net/browse/HSEARCH-3850?atlOrigin=eyJpIjoiY2M...
) HSEARCH-3850 (
https://hibernate.atlassian.net/browse/HSEARCH-3850?atlOrigin=eyJpIjoiY2M...
) Expose a tool to build property keys (
https://hibernate.atlassian.net/browse/HSEARCH-3850?atlOrigin=eyJpIjoiY2M...
)
Issue Type: Improvement Assignee: Unassigned Components: engine Created: 03/Mar/2020 03:59
AM Fix Versions: 6.0.0-Bonus-backlog Priority: Major Reporter: Yoann Rodière (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
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 )
(
https://hibernate.atlassian.net/browse/HSEARCH-3850#add-comment?atlOrigin...
) Add Comment (
https://hibernate.atlassian.net/browse/HSEARCH-3850#add-comment?atlOrigin...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100121- sha1:a532aba )