Skip to content

Commit 9151ccc

Browse files
committed
Wording updates
1 parent 91b6e74 commit 9151ccc

File tree

5 files changed

+28
-25
lines changed

5 files changed

+28
-25
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# :warning: App Search and Workplace Search will be discontinued in 9.0
22

3-
App Search and Workplace Search will be discontinued in 9.0.
4-
App Search and Workplace Search and the Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, for as long as 8.x is supported.
5-
We recommend using the latest stable release of the clients if you're still using App Search or Workplace Search.
3+
Starting with Elastic version 9.0, the standalone Enterprise Search products, will no longer be included in our offering.
4+
They remain supported in their current form in version 8.x and will only receive security upgrades and fixes.
5+
Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, according to our [EOL policy](https://www.elastic.co/support/eol).
6+
We recommend transitioning to our actively developed [Elastic Stack](https://www.elastic.co/elastic-stack) tools for your search use cases. However, if you're still using any Enterprise Search products, we recommend using the latest stable release of the clients.
67

78
Here are some useful links with more information:
89

9-
- [Comparison - Table: App Search (standalone) and Elasticsearch](https://www.elastic.co/guide/en/app-search/current/index.html)
10-
- [From App Search to Elasticsearch — Tap into the future of search](https://www.elastic.co/blog/app-search-to-elasticsearch)
11-
- [App Search Engine exporter to Elasticsearch](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/enterprise-search/app-search-engine-exporter.ipynb)
10+
- [Enterprise Search FAQ](https://www.elastic.co/resources/enterprise-search/enterprise-search-faq)
11+
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/current/upgrading-to-9-x.html)
1212

1313
<p align="center">
1414
<a href="https://github.com/elastic/enterprise-search-js">
@@ -18,11 +18,10 @@ Here are some useful links with more information:
1818

1919
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://clients-ci.elastic.co/buildStatus/icon?job=elastic%2Benterprise-search-js%2Bmain)](https://clients-ci.elastic.co/job/elastic+enterprise-search-js+main/). [![Node CI](https://github.com/elastic/enterprise-search-js/actions/workflows/nodejs.yml/badge.svg)](https://github.com/elastic/enterprise-search-js/actions/workflows/nodejs.yml)
2020

21-
2221
Official Node.js and universal clients for Elastic Enterprise Search, App Search, and Workplace Search.
2322

2423
- [Node.js client](./packages/enterprise-search) - All Enterprise Search APIs supported in Node.js
25-
- Read the [documentation](https://www.elastic.co/guide/en/enterprise-search-clients/enterprise-search-node/master/index.html)
24+
- Read the [documentation](https://www.elastic.co/guide/en/enterprise-search-clients/enterprise-search-node/master/index.html)
2625
- [Universal client](./packages/enterprise-search-universal) - Node.js and browser support for a lower API surface (search and analytics)
2726

2827
## License

packages/enterprise-search-universal/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# :warning: App Search and Workplace Search will be discontinued in 9.0
22

3-
App Search and Workplace Search will be discontinued in 9.0.
4-
App Search and Workplace Search and the Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, for as long as 8.x is supported.
5-
We recommend using the latest stable release of the clients if you're still using App Search or Workplace Search.
3+
Starting with Elastic version 9.0, the standalone Enterprise Search products, will no longer be included in our offering.
4+
They remain supported in their current form in version 8.x and will only receive security upgrades and fixes.
5+
Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, according to our [EOL policy](https://www.elastic.co/support/eol).
6+
We recommend transitioning to our actively developed [Elastic Stack](https://www.elastic.co/elastic-stack) tools for your search use cases. However, if you're still using any Enterprise Search products, we recommend using the latest stable release of the clients.
67

78
Here are some useful links with more information:
89

9-
- [Comparison - Table: App Search (standalone) and Elasticsearch](https://www.elastic.co/guide/en/app-search/current/index.html)
10-
- [From App Search to Elasticsearch — Tap into the future of search](https://www.elastic.co/blog/app-search-to-elasticsearch)
11-
- [App Search Engine exporter to Elasticsearch](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/enterprise-search/app-search-engine-exporter.ipynb)
10+
- [Enterprise Search FAQ](https://www.elastic.co/resources/enterprise-search/enterprise-search-faq)
11+
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/current/upgrading-to-9-x.html)
1212

1313
<p align="center">
1414
<a href="https://github.com/elastic/enterprise-search-js">
@@ -18,12 +18,12 @@ Here are some useful links with more information:
1818

1919
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://clients-ci.elastic.co/buildStatus/icon?job=elastic%2Benterprise-search-js%2Bmain)](https://clients-ci.elastic.co/job/elastic+enterprise-search-js+main/). [![Universal CI](https://github.com/elastic/enterprise-search-js/actions/workflows/universal.yml/badge.svg)](https://github.com/elastic/enterprise-search-js/actions/workflows/universal.yml)
2020

21-
2221
Official universal JavaScript client for Elastic App Search and Workplace Search.
2322

2423
ℹ️ **_This client is not yet released (not yet in beta phase)_**
2524

2625
## Install
26+
2727
```
2828
npm install @elastic/enterprise-search-universal
2929
```

packages/enterprise-search-universal/src/client.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
import type * as AppTypes from './app-types'
2323
import type * as WorkTypes from './workplace-types'
2424

25-
console.warn("App Search and Workplace Search will be discontinued in 9.0. App Search and Workplace Search and the Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, for as long as 8.x is supported. We recommend using the latest stable release of the clients if you're still using App Search or Workplace Search.")
25+
console.warn(`Starting with Elastic version 9.0, the standalone Enterprise Search products, will no longer be included in our offering. They remain supported in their current form in version 8.x and will only receive security upgrades and fixes. Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, according to our EOL policy (https://www.elastic.co/support/eol).
26+
27+
We recommend transitioning to our actively developed Elastic Stack (https://www.elastic.co/elastic-stack) tools for your search use cases. However, if you're still using any Enterprise Search products, we recommend using the latest stable release of the clients.`)
2628

2729
const clientVersion = '8.14'
2830
const jsVersion = typeof window !== 'undefined'

packages/enterprise-search/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# :warning: App Search and Workplace Search will be discontinued in 9.0
22

3-
App Search and Workplace Search will be discontinued in 9.0.
4-
App Search and Workplace Search and the Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, for as long as 8.x is supported.
5-
We recommend using the latest stable release of the clients if you're still using App Search or Workplace Search.
3+
Starting with Elastic version 9.0, the standalone Enterprise Search products, will no longer be included in our offering.
4+
They remain supported in their current form in version 8.x and will only receive security upgrades and fixes.
5+
Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, according to our [EOL policy](https://www.elastic.co/support/eol).
6+
We recommend transitioning to our actively developed [Elastic Stack](https://www.elastic.co/elastic-stack) tools for your search use cases. However, if you're still using any Enterprise Search products, we recommend using the latest stable release of the clients.
67

78
Here are some useful links with more information:
89

9-
- [Comparison - Table: App Search (standalone) and Elasticsearch](https://www.elastic.co/guide/en/app-search/current/index.html)
10-
- [From App Search to Elasticsearch — Tap into the future of search](https://www.elastic.co/blog/app-search-to-elasticsearch)
11-
- [App Search Engine exporter to Elasticsearch](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/enterprise-search/app-search-engine-exporter.ipynb)
10+
- [Enterprise Search FAQ](https://www.elastic.co/resources/enterprise-search/enterprise-search-faq)
11+
- [One stop shop for Upgrading to Elastic Search 9](https://www.elastic.co/guide/en/enterprise-search/current/upgrading-to-9-x.html)
1212

1313
<p align="center">
1414
<a href="https://github.com/elastic/enterprise-search-js">
@@ -18,12 +18,12 @@ Here are some useful links with more information:
1818

1919
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://clients-ci.elastic.co/buildStatus/icon?job=elastic%2Benterprise-search-js%2Bmain)](https://clients-ci.elastic.co/job/elastic+enterprise-search-js+main/). [![Node CI](https://github.com/elastic/enterprise-search-js/actions/workflows/nodejs.yml/badge.svg)](https://github.com/elastic/enterprise-search-js/actions/workflows/nodejs.yml)
2020

21-
2221
Official Node.js client for Elastic Enterprise Search, App Search, and Workplace Search.
2322

2423
:information_source: Read the [full documentation](https://www.elastic.co/guide/en/enterprise-search-clients/enterprise-search-node/master/index.html) for this client at **elastic.co**.
2524

2625
## Install
26+
2727
```
2828
npm install @elastic/enterprise-search
2929
```

packages/enterprise-search/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
'use strict'
2121

2222
const {
23-
errors,
23+
errors
2424
} = require('@elastic/transport')
2525

26-
console.warn("App Search and Workplace Search will be discontinued in 9.0. App Search and Workplace Search and the Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, for as long as 8.x is supported. We recommend using the latest stable release of the clients if you're still using App Search or Workplace Search.")
26+
console.warn(`Starting with Elastic version 9.0, the standalone Enterprise Search products, will no longer be included in our offering. They remain supported in their current form in version 8.x and will only receive security upgrades and fixes. Enterprise Search clients will continue to be supported in their current form throughout 8.x versions, according to our EOL policy (https://www.elastic.co/support/eol).
27+
28+
We recommend transitioning to our actively developed Elastic Stack (https://www.elastic.co/elastic-stack) tools for your search use cases. However, if you're still using any Enterprise Search products, we recommend using the latest stable release of the clients.`)
2729

2830
const { default: Client } = require('./lib')
2931

0 commit comments

Comments
 (0)