Class AnalyzeAction.Request

All Implemented Interfaces:
IndicesRequest, Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest
Enclosing class:
AnalyzeAction

public static class AnalyzeAction.Request
extends SingleShardRequest<AnalyzeAction.Request>
A request to analyze a text associated with a specific index. Allow to provide the actual analyzer name to perform the analysis with.
  • Constructor Details

    • Request

      public Request()
    • Request

      public Request​(java.lang.String index)
      Constructs a new analyzer request for the provided index.
      Parameters:
      index - The text to analyze
  • Method Details