aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcorespi/index/memory_index_stats.h
blob: ccc85ab4dc6ec0050e6d43b91afed1b509bf491f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include "index_searchable_stats.h"

namespace searchcorespi::index {

using MemoryIndexStats = IndexSearchableStats;

}