Package com.yahoo.fs4
Class DocsumPacket
- java.lang.Object
-
- com.yahoo.fs4.DocsumPacket
-
public class DocsumPacket extends java.lang.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 Summary
Constructors Constructor Description DocsumPacket(byte[] buffer)
Constructor used by streaming search
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
java.lang.String
toString()
-