public interface IndexNameNormalizer
IndexManager
to get the actual name of the index in the
backend.Modifier and Type | Method and Description |
---|---|
String |
getActualIndexName()
Some index managers need to normalize the name of the index before using it with the backend,
this method will return the actual name used by the index manager.
|
String getActualIndexName()
Elasticsearch, for example, will lowercase the name giving space to possible conflicts.
Copyright © 2006-2022 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.