Class OpenRequest

java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.indices.OpenRequest

public final class OpenRequest
extends RequestBase
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  OpenRequest.Builder
    Builder for OpenRequest.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static Endpoint<OpenRequest,​OpenResponse,​OpenSearchError> ENDPOINT
    Endpoint "indices.open".
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected OpenRequest​(OpenRequest.Builder builder)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean allowNoIndices()
    API name: allow_no_indices
    jakarta.json.JsonValue expandWildcards()
    API name: expand_wildcards
    java.lang.Boolean ignoreUnavailable()
    API name: ignore_unavailable
    java.util.List<java.lang.String> index()
    API name: index
    jakarta.json.JsonValue masterTimeout()
    API name: master_timeout
    jakarta.json.JsonValue timeout()
    API name: timeout
    jakarta.json.JsonValue waitForActiveShards()
    API name: wait_for_active_shards

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • index

      public java.util.List<java.lang.String> index()
      API name: index
    • allowNoIndices

      @Nullable public java.lang.Boolean allowNoIndices()
      API name: allow_no_indices
    • expandWildcards

      @Nullable public jakarta.json.JsonValue expandWildcards()
      API name: expand_wildcards
    • ignoreUnavailable

      @Nullable public java.lang.Boolean ignoreUnavailable()
      API name: ignore_unavailable
    • masterTimeout

      @Nullable public jakarta.json.JsonValue masterTimeout()
      API name: master_timeout
    • timeout

      @Nullable public jakarta.json.JsonValue timeout()
      API name: timeout
    • waitForActiveShards

      @Nullable public jakarta.json.JsonValue waitForActiveShards()
      API name: wait_for_active_shards