Class Index

java.lang.Object
org.elasticsearch.index.Index
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public class Index
extends java.lang.Object
implements Writeable, ToXContentObject
A value class representing the basic required properties of an Elasticsearch index.
  • Field Details

  • Constructor Details

    • Index

      public Index​(java.lang.String name, java.lang.String uuid)
    • Index

      public Index​(StreamInput in) throws java.io.IOException
      Read from a stream.
      Throws:
      java.io.IOException
  • Method Details