From 93339c7f4966578300118dd3e83b9f877416fb8a Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Tue, 2 Nov 2021 11:14:33 +0800 Subject: [PATCH] Reorder header files for segcore/FieldIndexing.h (#11067) Signed-off-by: yudong.cai --- internal/core/src/segcore/FieldIndexing.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/internal/core/src/segcore/FieldIndexing.h b/internal/core/src/segcore/FieldIndexing.h index 6b99d9ff78..334d0c26c4 100644 --- a/internal/core/src/segcore/FieldIndexing.h +++ b/internal/core/src/segcore/FieldIndexing.h @@ -10,15 +10,18 @@ // or implied. See the License for the specific language governing permissions and limitations under the License #pragma once -#include "AckResponder.h" -#include -#include "common/Schema.h" + #include #include #include + +#include + +#include "AckResponder.h" #include "InsertRecord.h" -#include -#include +#include "common/Schema.h" +#include "knowhere/index/structured_index_simple/StructuredIndexSort.h" +#include "knowhere/index/vector_index/IndexIVF.h" #include "segcore/SegcoreConfig.h" namespace milvus::segcore { @@ -56,6 +59,7 @@ class FieldIndexing { const FieldMeta& field_meta_; const SegcoreConfig& segcore_config_; }; + template class ScalarFieldIndexing : public FieldIndexing { public: