Out of Date
Details
Assignee
UnassignedUnassignedReporter
BOUNSIAR TaharBOUNSIAR TaharLabels
Components
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
BOUNSIAR Tahar
BOUNSIAR TaharLabels
Components
Priority
Created May 10, 2018 at 5:03 PM
Updated January 18, 2019 at 3:17 PM
Resolved January 18, 2019 at 3:17 PM
At the moment it is possible to define only index name for entity, and when elastic-search mapping is created for example, we will have the entity class name as type, ex (org.tbounsiar.manager.api.model.Client), and if index name is not defined, the default name of created index will be the class name to lower case, ex (org.tbounsiar.manager.api.model.client), at the end we will have an elastic search mapping like :
which is not so pretty, It would be beneficial to define a default value for index (hibernatesearch) for example, and add possibility to add index type (@Indexed(index = "manager", type = "Client")), and if the index type is not defined the default one will be the class name only (without package).