Interface AnalysisDescriptorRegistry


@Incubating public interface AnalysisDescriptorRegistry
  • Method Details

    • analyzerDescriptor

      Optional<? extends AnalyzerDescriptor> analyzerDescriptor(String name)
      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

      Collection<? extends AnalyzerDescriptor> analyzerDescriptors()
      Returns:
      A collection of configured analyzer descriptors.
    • normalizerDescriptor

      Optional<? extends NormalizerDescriptor> normalizerDescriptor(String name)
      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

      Collection<? extends NormalizerDescriptor> normalizerDescriptors()
      Returns:
      A collection of configured normalizer descriptors.