Interface IndexingItemConfiguration
- All Known Implementing Classes:
IndexingItemConfigurationImpl
public interface IndexingItemConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionfindNormalizer
(@Nullable String index) @NotNull String
getName()
@NotNull Collection<IndexedItemValueNormalizer>
@NotNull ItemPath
getPath()
@NotNull ItemName
-
Method Details
-
getName
-
getQualifiedName
-
getPath
-
getNormalizers
-
findNormalizer
IndexedItemValueNormalizer findNormalizer(@Nullable @Nullable String index) throws ConfigurationException - Throws:
ConfigurationException
-
getDefaultNormalizer
- Throws:
ConfigurationException
-