Class AnalysisStats

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

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

    • AnalysisStats

      public AnalysisStats(StreamInput input) throws
      Throws:
  • Method Details

    • of

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

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

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

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

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

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

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

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

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

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

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

      public int hashCode()
      Overrides:
       in class 
    • toXContent

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

      public  toString()
      Overrides:
       in class