Interface IndexingItemConfiguration
- 
 public interface IndexingItemConfiguration
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexedItemValueNormalizerfindNormalizer(@Nullable String index)IndexedItemValueNormalizergetDefaultNormalizer()@NotNull StringgetName()@NotNull Collection<IndexedItemValueNormalizer>getNormalizers()@NotNull ItemPathgetPath()@NotNull ItemNamegetQualifiedName()
 
- 
- 
- 
Method Detail- 
getName@NotNull @NotNull String getName() 
 - 
getQualifiedName@NotNull @NotNull ItemName getQualifiedName() 
 - 
getPath@NotNull @NotNull ItemPath getPath() 
 - 
getNormalizers@NotNull @NotNull Collection<IndexedItemValueNormalizer> getNormalizers() 
 - 
findNormalizerIndexedItemValueNormalizer findNormalizer(@Nullable @Nullable String index) throws ConfigurationException - Throws:
- ConfigurationException
 
 - 
getDefaultNormalizerIndexedItemValueNormalizer getDefaultNormalizer() throws ConfigurationException - Throws:
- ConfigurationException
 
 
- 
 
-