Sanne Grinovero commented on an issue
Hibernate Search / Bug HSEARCH-1416
Resolve ambiguities around the term "index name"
Since the introduction of {{IndexManager}} s the term index name has a dual meaning. Initially it was used to specify the actual directory name of a filesystem based index ({{FSDirectoryProvider}}). Now the term index name is used to identify a {{IndexManager}} for example within the {{IndexManagerHolder}}.

This leads to ambiguities. For example:

{...