Docs Menu

Resume or Delete an Atlas Search Index Draft

On this page

  • Procedure

If you saved your Atlas Search index definition as a Create an Atlas Search Index, you can resume editing your index definition.

Important

You can't create a new index when you have a pending index draft.

1

Click Databases in the top-left corner of Atlas to navigate to the Database Deployments page for your project.

2
3
4
5
  1. Click Cancel.
  2. Click Save Draft or Delete Draft.
6

Click Refine Your Index to make changes to any of the following settings and click Save Changes.

Field Name
Description
Necessity
Index Analyzer

Specify the analyzer to use for indexing the collection data. By default, Atlas Search uses the standard analyzer ("lucene.standard").

Corresponds to the analyzer setting.

Optional
Search Analyzer

Specify the analyzer to use when parsing data for the Atlas Search queries. By default, Atlas Search uses the standard analyzer ("lucene.standard").

Corresponds to the searchAnalyzer setting.

Optional
Dynamic Mapping

Specify dynamic or static mapping of fields. To disable dynamic mapping, set "dynamic": to Off. By default, dynamic mapping is enabled. If you disable dynamic mapping, you must specify the fields to index. To learn more about dynamic and static mappings, see Define Atlas Search Indexes.

Corresponds to the mappings.dynamic setting.

Required
Field Mappings

Required if dynamic mapping is disabled.

To add the fields to index, you must specify the following settings for each field:

  • Field name - Name of the field to index.
  • Enable Dynamic Mapping - Static or dynamic mapping to use. If you disable dynamic mapping, the data in the field isn't automatically indexed.
  • Data Type Configuration - Field data type. To learn more about the supported data types and their options, see BSON Data Types and Atlas Search Field Types.
Note

Unlike compound indexes, the order of fields in the Atlas Search index definition is not important. Fields can be defined in any order.

Corresponds to the mappings.fields setting.

Conditional
7
  • Create Search Index if you are creating a default index.
  • Save Changes if you are creating a custom index.
8

A modal window appears to let you know your index is building. Click the Close button.

9

The newly created index appears on the Search tab. While the index is building, the Status field reads Build in Progress. When the index is finished building, the Status field reads Active.

Note

Larger collections take longer to index. You will receive an email notification when your index is finished building.

On this page

Give Feedback
MongoDB logo
© 2021 MongoDB, Inc.

About

  • Careers
  • Legal Notices
  • Privacy Notices
  • Security Information
  • Trust Center
© 2021 MongoDB, Inc.