aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/indexsearchablevisitor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/indexsearchablevisitor.h b/searchcorespi/src/vespa/searchcorespi/index/indexsearchablevisitor.h
index 91232ec5c51..8238f916c99 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/indexsearchablevisitor.h
+++ b/searchcorespi/src/vespa/searchcorespi/index/indexsearchablevisitor.h
@@ -11,6 +11,10 @@ struct IMemoryIndex;
}
+/*
+ * Interface for visiting an index searchable containing disk and
+ * memory indexes.
+ */
class IndexSearchableVisitor
{
public: