aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/juniper/matchelem.cpp
blob: 8ceac25a6127fc18fffde773a39ab6b006181d7d (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. 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)
{ }