the index name is placed in the IndexingStrategy object, there is a method :
...
String getIndesName();
...
so would be better if we pass the index class(maybe interface is need), and then it can find the strategy and the index name, or we can pass directly the index strategy
It is unclear which will be the index name.
the index name is placed in the IndexingStrategy object, there is a method :
so would be better if we pass the index class(maybe interface is need), and then it can find the strategy and the index name, or we can pass directly the index strategy