Name choosing was discussed on the mailing list; see the full thread starting from: http://lists.jboss.org/pipermail/hibernate-dev/2018-February/017237.html
h2. Summary of name proposals
Engine module: - org.hibernate.search.engine
ORM integration module: - org.hibernate.search.orm
Elasticsearch module: - org.hibernate.search. indexing backend .elasticsearch
Others: - org.hibernate.search.jsr352 - org.hibernate.search.clustering.jms - org.hibernate.search.clustering.jgroups - org.hibernate.search.serialization.avro
Future modules: - org.hibernate.search.indexing.lucene
N.B. : these are meant to be used as Automatic Module Name, using the appropriate header. When we'll have fully fledged module definitions, usability will improve a little bit, for example having the ORM module transitively pull in the engine module. |
|