aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcorespi/index/memory_index_stats.h
blob: 083c9026e8b5ccf984331bd20e9567cd3f14c9a4 (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.
#pragma once

#include "index_searchable_stats.h"

namespace searchcorespi::index {

using MemoryIndexStats = IndexSearchableStats;

}