You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'APIVersion defines the versioned schema of this representation
29
-
of an object. Servers should convert recognized schemas to the latest
30
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
description: |-
29
+
APIVersion defines the versioned schema of this representation of an object.
30
+
Servers should convert recognized schemas to the latest internal value, and
31
+
may reject unrecognized values.
32
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
31
33
type: string
32
34
kind:
33
-
description: 'Kind is a string value representing the REST resource this
34
-
object represents. Servers may infer this from the endpoint the client
35
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
35
+
description: |-
36
+
Kind is a string value representing the REST resource this object represents.
37
+
Servers may infer this from the endpoint the client submits requests to.
38
+
Cannot be updated.
39
+
In CamelCase.
40
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36
41
type: string
37
42
metadata:
38
43
type: object
39
44
spec:
40
45
properties:
41
46
analyzer:
42
-
description: 'Specific pre-defined method chosen to convert database
43
-
field text into searchable words. This conversion reduces the text
44
-
of fields into the smallest units of text. These units are called
45
-
a term or token. This process, known as tokenization, involves a
46
-
variety of changes made to the text in fields: - extracting words
47
-
- removing punctuation - removing accents - hanging to lowercase
48
-
- removing common words - reducing words to their root form (stemming)
49
-
- changing words to their base form (lemmatization) MongoDB Cloud
50
-
uses the selected process to build the Atlas Search index'
47
+
description: |-
48
+
Specific pre-defined method chosen to convert database field text into searchable words. This conversion reduces the text of fields into the smallest units of text. These units are called a term or token. This process, known as tokenization, involves a variety of changes made to the text in fields:
49
+
- extracting words
50
+
- removing punctuation
51
+
- removing accents
52
+
- hanging to lowercase
53
+
- removing common words
54
+
- reducing words to their root form (stemming)
55
+
- changing words to their base form (lemmatization) MongoDB Cloud uses the selected process to build the Atlas Search index
51
56
enum:
52
57
- lucene.standard
53
58
- lucene.standard
@@ -107,16 +112,15 @@ spec:
107
112
and perform filtering operations
108
113
x-kubernetes-preserve-unknown-fields: true
109
114
name:
110
-
description: 'Human-readable name that identifies the custom
111
-
analyzer. Names must be unique within an index, and must not
112
-
start with any of the following strings: "lucene.", "builtin.",
113
-
"mongodb."'
115
+
description: |-
116
+
Human-readable name that identifies the custom analyzer. Names must be unique within an index, and must not start with any of the following strings:
117
+
"lucene.", "builtin.", "mongodb."
114
118
type: string
115
119
tokenFilters:
116
-
description: 'Filter that performs operations such as: - Stemming,
117
-
which reduces related words, such as "talking", "talked",
118
-
and "talks" to their root word "talk". - Redaction, the removal
119
-
of sensitive information from public documents'
120
+
description: |-
121
+
Filter that performs operations such as:
122
+
- Stemming, which reduces related words, such as "talking", "talked", and "talks" to their root word "talk".
123
+
- Redaction, the removal of sensitive information from public documents
120
124
x-kubernetes-preserve-unknown-fields: true
121
125
tokenizer:
122
126
description: Tokenizer that you want to use to create tokens.
@@ -216,14 +220,51 @@ spec:
216
220
- lucene.ukrainian
217
221
type: string
218
222
storedSource:
219
-
description: 'Flag that indicates whether to store all fields (true)
220
-
on Atlas Search. By default, Atlas doesn''t store (false) the fields
221
-
on Atlas Search. Alternatively, you can specify an object that only
222
-
contains the list of fields to store (include) or not store (exclude)
223
-
on Atlas Search. To learn more, see documentation: https://www.mongodb.com/docs/atlas/atlas-search/stored-source-definition/'
224
-
type: string
223
+
description: |-
224
+
Flag that indicates whether to store all fields (true) on Atlas Search. By default, Atlas doesn't store (false) the fields on Atlas Search. Alternatively, you can specify an object that only contains the list of fields to store (include) or not store (exclude) on Atlas Search. To learn more, see documentation:
0 commit comments