Class AnalysisStats
java.lang.Object
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 Object
implements org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
Statistics about analysis usage.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the set of used analyzers in the cluster.Return the set of used built-in analyzers in the cluster.Return the set of used built-in char filters in the cluster.Return the set of used built-in token filters in the cluster.Return the set of used built-in tokenizers in the cluster.Return the set of used char filters in the cluster.Return the set of used token filters in the cluster.Return the set of used tokenizers in the cluster.int
hashCode()
static AnalysisStats
CreateAnalysisStats
from the given cluster state.toString()
org.elasticsearch.common.xcontent.XContentBuilder
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
void
writeTo(StreamOutput out)
Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
AnalysisStats
- Throws:
IOException
-
-
Method Details
-
of
CreateAnalysisStats
from the given cluster state. -
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getUsedCharFilterTypes
Return the set of used char filters in the cluster. -
getUsedTokenizerTypes
Return the set of used tokenizers in the cluster. -
getUsedTokenFilterTypes
Return the set of used token filters in the cluster. -
getUsedAnalyzerTypes
Return the set of used analyzers in the cluster. -
getUsedBuiltInCharFilters
Return the set of used built-in char filters in the cluster. -
getUsedBuiltInTokenizers
Return the set of used built-in tokenizers in the cluster. -
getUsedBuiltInTokenFilters
Return the set of used built-in token filters in the cluster. -
getUsedBuiltInAnalyzers
Return the set of used built-in analyzers in the cluster. -
equals
-
hashCode
public int hashCode() -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContent
in interfaceorg.elasticsearch.common.xcontent.ToXContent
- Throws:
IOException
-
toString
-