From c4ae52e2dcbbf21420cf3d3ac072fb2ce28fced7 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 11 Jan 2024 21:38:20 +0000 Subject: local include --- .../src/vespa/vsm/searcher/utf8exactstringfieldsearcher.cpp | 2 +- .../src/vespa/vsm/searcher/utf8exactstringfieldsearcher.h | 2 +- .../src/vespa/vsm/searcher/utf8flexiblestringfieldsearcher.h | 5 ++--- streamingvisitors/src/vespa/vsm/searcher/utf8substringsearcher.h | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) (limited to 'streamingvisitors') diff --git a/streamingvisitors/src/vespa/vsm/searcher/utf8exactstringfieldsearcher.cpp b/streamingvisitors/src/vespa/vsm/searcher/utf8exactstringfieldsearcher.cpp index 724efb54331..a7cb2300b74 100644 --- a/streamingvisitors/src/vespa/vsm/searcher/utf8exactstringfieldsearcher.cpp +++ b/streamingvisitors/src/vespa/vsm/searcher/utf8exactstringfieldsearcher.cpp @@ -14,7 +14,7 @@ UTF8ExactStringFieldSearcher::duplicate() const } size_t -UTF8ExactStringFieldSearcher::matchTerms(const FieldRef & f, const size_t mintsz) +UTF8ExactStringFieldSearcher::matchTerms(const FieldRef & f, size_t mintsz) { (void) mintsz; for (auto qt : _qtl) { diff --git a/streamingvisitors/src/vespa/vsm/searcher/utf8exactstringfieldsearcher.h b/streamingvisitors/src/vespa/vsm/searcher/utf8exactstringfieldsearcher.h index aaf8b940dc8..7ed4c125573 100644 --- a/streamingvisitors/src/vespa/vsm/searcher/utf8exactstringfieldsearcher.h +++ b/streamingvisitors/src/vespa/vsm/searcher/utf8exactstringfieldsearcher.h @@ -1,7 +1,7 @@ // Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once -#include +#include "utf8stringfieldsearcherbase.h" namespace vsm { diff --git a/streamingvisitors/src/vespa/vsm/searcher/utf8flexiblestringfieldsearcher.h b/streamingvisitors/src/vespa/vsm/searcher/utf8flexiblestringfieldsearcher.h index 04fbee96d36..bb1b55dffe4 100644 --- a/streamingvisitors/src/vespa/vsm/searcher/utf8flexiblestringfieldsearcher.h +++ b/streamingvisitors/src/vespa/vsm/searcher/utf8flexiblestringfieldsearcher.h @@ -1,10 +1,9 @@ // Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once -#include +#include "utf8stringfieldsearcherbase.h" -namespace vsm -{ +namespace vsm { /** * This class does utf8 searches based on the query term type. diff --git a/streamingvisitors/src/vespa/vsm/searcher/utf8substringsearcher.h b/streamingvisitors/src/vespa/vsm/searcher/utf8substringsearcher.h index 22ecf9c41fa..cee35993ce7 100644 --- a/streamingvisitors/src/vespa/vsm/searcher/utf8substringsearcher.h +++ b/streamingvisitors/src/vespa/vsm/searcher/utf8substringsearcher.h @@ -1,7 +1,7 @@ // Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once -#include +#include "utf8strchrfieldsearcher.h" namespace vsm { -- cgit v1.2.3