Class ElasticsearchAnalysisDescriptor

java.lang.Object
org.hibernate.search.backend.elasticsearch.analysis.impl.ElasticsearchAnalysisDescriptor
All Implemented Interfaces:
AnalysisDescriptor, AnalyzerDescriptor, NormalizerDescriptor

public class ElasticsearchAnalysisDescriptor extends Object implements AnalyzerDescriptor, NormalizerDescriptor
  • Constructor Details

    • ElasticsearchAnalysisDescriptor

      public ElasticsearchAnalysisDescriptor(String name)
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface AnalysisDescriptor
      Returns:
      The name that identifies the concept behind this descriptor.
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object