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: x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/method_api.tsx
+9-51Lines changed: 9 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -8,76 +8,34 @@
8
8
/**
9
9
* TODO:
10
10
* - Need to add documentation URLs (search for `#`s)
11
-
* - Need to implement the logic for the attaching search engines functionality
defaultMessage="Your API endpoint can be used to add new documents to your index, update documents, retrieve documents by ID, and delete documents. There are a variety of {clientLibrariesLink} to help you get started."
defaultMessage="Provide a name and optionally select a language analyzer for your documents. An Elasticsearch index will be created. In the next step, well display API instructions."
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/method_connector.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import { NewSearchIndexTemplate } from './new_search_index_template';
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/method_crawler.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import { NewSearchIndexTemplate } from './new_search_index_template';
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/method_es.tsx
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/method_json.tsx
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_index.tsx
0 commit comments