aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/fs4/GetDocSumsPacket.java
blob: 22b3bfc944114f508832496d539ac7cb1a6f9e5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.fs4;

/**
 * <p>A packet for requesting a list of document summaries.
 * This packet can be encoded only.</p>
 *
 * @author bratseth
 */
public class GetDocSumsPacket {

    /** Session id key. Yep, putting this here is ugly as hell */
    public static final String sessionIdKey = "sessionId";

}