summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/verify_ranksetup/verify_ranksetup.h
blob: 8e77bdd51fbc4a0497a41b5bdf01535e06635fa6 (plain) (blame)
1
2
3
4
5
6
7
// Copyright Vespa.ai. 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);