Package com.yahoo.fs4

Class DocsumPacket

java.lang.Object
com.yahoo.fs4.DocsumPacket

public class DocsumPacket extends Object
An "extended query result" packet. This is the query result packets used today, they allow more flexible sets of parameters to be shipped with query results. This packet can be decoded only.
Author:
bratseth
  • Constructor Details

    • DocsumPacket

      public DocsumPacket(byte[] buffer)
      Constructor used by streaming search
  • Method Details

    • getData

      public byte[] getData()
    • toString

      public String toString()
      Overrides:
      toString in class Object