aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/juniper/matchelem.cpp
blob: 27c4c9516e938ca8b2f37e6bc52a33d179095e48 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "matchelem.h"

MatchElement::MatchElement(off_t spos, off_t stoken) :
    _starttoken(stoken),
    _startpos(spos),
    _valid(false)
{ }