Package com.yahoo.fs4
Class GetDocSumsPacket
- java.lang.Object
-
- com.yahoo.fs4.GetDocSumsPacket
-
public class GetDocSumsPacket extends Object
A packet for requesting a list of document summaries. This packet can be encoded only.
- Author:
- bratseth
-
-
Field Summary
Fields Modifier and Type Field Description static String
sessionIdKey
Session id key.
-
Constructor Summary
Constructors Constructor Description GetDocSumsPacket()
-
-
-
Field Detail
-
sessionIdKey
public static final String sessionIdKey
Session id key. Yep, putting this here is ugly as hell- See Also:
- Constant Field Values
-
-