WARNING: should not be moved to 6.0, because of HSEARCH-3266
We may want to allow users to skip the definition of the backend type, or even of the backend, when there is only one registered backend factory alias?
See in particular {{org.hibernate.search.v6poc.engine.impl.IndexManagerBuildingStateHolder#startBuilding}} and {{org.hibernate.search.v6poc.engine.impl.IndexManagerBuildingStateHolder#createBackend}}: when the backend name is missing we should use "default", and when the default backend type is missing we should use that single registered backend factory alias. |
|