aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/verify_ranksetup/verify_ranksetup.h
blob: d65dede8696c21821772d2977c1b171aef26cf8d (plain) (blame)
1
2
3
4
5
6
7
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/searchlib/fef/verify_feature.h>

std::pair<bool, std::vector<search::fef::Message>> verifyRankSetup(const char * configId);