@Incubating
public interface AnalysisDescriptorRegistry
-
Method Summary
Looks up the configured analyzers.
Looks up the configured normalizers.
-
Method Details
-
analyzerDescriptor
Looks up the configured analyzers.
- Parameters:
name
- The name of the analyzer.
- Returns:
- An
empty optional
if there is no analyzer configured with the given name.
-
analyzerDescriptors
- Returns:
- A collection of configured analyzer descriptors.
-
normalizerDescriptor
Looks up the configured normalizers.
- Parameters:
name
- The name of the normalizer.
- Returns:
- An
empty optional
if there is no normalizer configured with the given name.
-
normalizerDescriptors
- Returns:
- A collection of configured normalizer descriptors.