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