Sha256: 2aa27b7c6facd8b2b5320af1ca9ab1704480a0533040eb3855a3b58f4e26b897
Contents?: true
Size: 1.12 KB
Versions: 12
Compression:
Stored size: 1.12 KB
Contents
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2020-2021 Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #pragma once #include "search_get_stats.hxx" #include "search_index_analyze_document.hxx" #include "search_index_control_ingest.hxx" #include "search_index_control_plan_freeze.hxx" #include "search_index_control_query.hxx" #include "search_index_drop.hxx" #include "search_index_get.hxx" #include "search_index_get_all.hxx" #include "search_index_get_documents_count.hxx" #include "search_index_get_stats.hxx" #include "search_index_upsert.hxx"
Version data entries
12 entries across 12 versions & 1 rubygems