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
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchBuildCompletePlugin.java
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/TransportVersionDefinition.java
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/TransportVersionUpperBound.java
This step allows the connector to access user data and their group memberships in your Google Workspace organization.
137
139
@@ -296,4 +298,4 @@ See [Security](/reference/search-connectors/es-connectors-security.md).
296
298
297
299
This connector is built in Python with the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
298
300
299
-
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/gmail.py) (branch *main*, compatible with Elastic *9.0*).
301
+
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/gmail.py) (branch *main*, compatible with Elastic *9.0*).
Copy file name to clipboardExpand all lines: docs/reference/text-analysis/analysis-keep-words-tokenfilter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Either this parameter or `keep_words_path` must be specified.
51
51
52
52
53
53
`keep_words_path`
54
-
: (Required*, array of strings) Path to a file that contains a list of words to keep. Only tokens that match words in this list are included in the output.
54
+
: (Required*, string) Path to a file that contains a list of words to keep. Only tokens that match words in this list are included in the output.
55
55
56
56
This path must be absolute or relative to the `config` location, and the file must be UTF-8 encoded. Each word in the file must be separated by a line break.
0 commit comments