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