Skip to content

Commit 5e58547

Browse files
authored
[AV-125999] How to Export a Search Index (Capella) (#617)
* [AV-125999] First draft of export-search-index.adoc. Writing as new file to match Server * [AV-125999] Add proper matching download icon as download.png. Update export-search-index.adoc to use new image and add a couple extra details * [AV-125999] Quick change 'Capella UI' to attribute
1 parent 0ca6db1 commit 5e58547

4 files changed

Lines changed: 48 additions & 3 deletions

File tree

1.53 KB
Loading
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
= Export a Search Index Definition from the Capella UI
2+
:page-topic-type: guide
3+
:page-ui-name: {ui-name}
4+
:page-product-name: {product-name}
5+
:description: Use the Couchbase {page-ui-name} to export a JSON Search index definition for use in another cluster.
6+
7+
[abstract]
8+
{description}
9+
10+
== Prerequisites
11+
12+
* You have the Search Service enabled on a node in your operational cluster.
13+
For more information about how to change Services on your operational cluster, see xref:cloud:clusters:modify-database.adoc[].
14+
15+
* You have a bucket with scopes and collections in your operational cluster.
16+
For more information, see xref:cloud:clusters:data-service/manage-buckets.adoc[].
17+
18+
* You have created a Search index.
19+
+
20+
For more information about how to create a Search index, see xref:create-search-index-ui.adoc[].
21+
22+
* You have logged in to the Couchbase {page-ui-name}.
23+
24+
== Procedure
25+
26+
To export a Search index definition from the {page-ui-name}:
27+
28+
. In the navigation breadcrumbs in the {page-ui-name}, do 1 of the following:
29+
30+
** Click your organization name and go to menu:Operational[].
31+
** Click your current project name or search for a project and go to menu:Operational[].
32+
** Expand the cluster breadcrumb and search for a cluster.
33+
34+
. Select the cluster where you want to work with the Search Service.
35+
. Go to menu:Data Tools[Search].
36+
. On the Search index you want to export, click image:download.png[,32].
37+
38+
== Next Steps
39+
40+
Capella downloads a `.json` file containing the definition for your Search index.
41+
42+
To import your Search index definition into a new Couchbase Server cluster through the Web Console, see xref:server:search:import-search-index.adoc[].
43+
44+
To import your Search index into a Couchbase Capella cluster, see xref:cloud:search:import-search-index.adoc[].

modules/search/pages/import-search-index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ To import a full xref:search-index-params.adoc[Search index definition] with the
2929

3030
. In the navigation breadcrumbs in the Capella UI, do 1 of the following:
3131

32-
.. Click your organization name and go to menu:Operational[].
33-
.. Click your current project name or search for a project and go to menu:Operational[].
34-
.. Expand the cluster breadcrumb and search for a cluster.
32+
** Click your organization name and go to menu:Operational[].
33+
** Click your current project name or search for a project and go to menu:Operational[].
34+
** Expand the cluster breadcrumb and search for a cluster.
3535

3636
. Select the cluster where you want to work with the Search Service.
3737
. Go to menu:Data Tools[Search].

modules/search/partials/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
***** xref:cloud:search:synonyms/create-synonym-collection-docs.adoc[]
2323
***** xref:cloud:search:synonyms/add-synonym-source.adoc[]
2424
*** xref:cloud:search:import-search-index.adoc[]
25+
*** xref:cloud:search:export-search-index.adoc[]
2526
*** xref:cloud:search:search-index-params.adoc[]
2627
** xref:cloud:search:run-searches.adoc[]
2728
*** xref:cloud:search:simple-search-ui.adoc[]

0 commit comments

Comments
 (0)