Interface IndexMetaData.Custom

    • Method Detail

      • type

        java.lang.String type()
        Deprecated.
      • fromMap

        IndexMetaData.Custom fromMap​(java.util.Map<java.lang.String,java.lang.Object> map)
                              throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • readFrom

        IndexMetaData.Custom readFrom​(StreamInput in)
                               throws java.io.IOException
        Deprecated.
        Reads an object of this type from the provided StreamInput. The receiving instance remains unchanged.
        Throws:
        java.io.IOException
      • mergeWith

        IndexMetaData.Custom mergeWith​(IndexMetaData.Custom another)
        Deprecated.
        Merges from this to another, with this being more important, i.e., if something exists in this and another, this will prevail.