Class SetSection

  • All Implemented Interfaces:
    ExecutableSection

    public class SetSection
    extends java.lang.Object
    implements ExecutableSection
    Represents a set section: - set: {_scroll_id: scroll_id}
    • Method Detail

      • parse

        public static SetSection parse​(XContentParser parser)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • addSet

        public void addSet​(java.lang.String responseField,
                           java.lang.String stashedField)
      • getStash

        public java.util.Map<java.lang.String,​java.lang.String> getStash()