aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/fieldpositionsiterator.cpp
blob: 4ec8871be498d816d3af55fd891bae6e986eb24e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "fieldpositionsiterator.h"
#include <vespa/searchlib/common/fslimits.h>

namespace search::fef {

const uint32_t FieldPositionsIterator::UNKNOWN_LENGTH = SEARCHLIB_FEF_UNKNOWN_FIELD_LENGTH;

}