Class AnalysisStats

java.lang.Object
org.elasticsearch.action.admin.cluster.stats.AnalysisStats
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public final class AnalysisStats extends Object implements org.elasticsearch.xcontent.ToXContentFragment, Writeable
Statistics about analysis usage.
  • Constructor Details

  • Method Details

    • of

      public static AnalysisStats of(Metadata metadata, Runnable ensureNotCancelled)
      Create AnalysisStats from the given cluster state.
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • getUsedCharFilterTypes

      public Set<IndexFeatureStats> getUsedCharFilterTypes()
      Return the set of used char filters in the cluster.
    • getUsedTokenizerTypes

      public Set<IndexFeatureStats> getUsedTokenizerTypes()
      Return the set of used tokenizers in the cluster.
    • getUsedTokenFilterTypes

      public Set<IndexFeatureStats> getUsedTokenFilterTypes()
      Return the set of used token filters in the cluster.
    • getUsedAnalyzerTypes

      public Set<IndexFeatureStats> getUsedAnalyzerTypes()
      Return the set of used analyzers in the cluster.
    • getUsedBuiltInCharFilters

      public Set<IndexFeatureStats> getUsedBuiltInCharFilters()
      Return the set of used built-in char filters in the cluster.
    • getUsedBuiltInTokenizers

      public Set<IndexFeatureStats> getUsedBuiltInTokenizers()
      Return the set of used built-in tokenizers in the cluster.
    • getUsedBuiltInTokenFilters

      public Set<IndexFeatureStats> getUsedBuiltInTokenFilters()
      Return the set of used built-in token filters in the cluster.
    • getUsedBuiltInAnalyzers

      public Set<IndexFeatureStats> getUsedBuiltInAnalyzers()
      Return the set of used built-in analyzers in the cluster.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Object