Skip to content

Commit

Permalink
Update README.md (#1091)
Browse files Browse the repository at this point in the history
Updated the installation instructions to make the part of downloading the plug-in more prominent and obvious.
  • Loading branch information
FreemanKevin authored Feb 14, 2025
1 parent 51d3979 commit 83ce16c
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,32 @@ The plugin comprises analyzer: `ik_smart` , `ik_max_word`, and tokenizer: `ik_sm

# How to Install

You can download the packaged plugins from here: `https://release.infinilabs.com/`,
### 🚀 **Get the Packaged Plugins**

or you can use the `plugin` cli to install the plugin like this:
You can download the packaged plugins from here:

For Elasticsearch
**[https://release.infinilabs.com/](https://release.infinilabs.com/)**

```
bin/elasticsearch-plugin install https://get.infini.cloud/elasticsearch/analysis-ik/8.4.1
```
---

### 🛠️ **Install via CLI**

For OpenSearch
Alternatively, you can use the `plugin` CLI to install the plugin. Here's how:

#### For Elasticsearch:
```bash
bin/elasticsearch-plugin install https://get.infini.cloud/elasticsearch/analysis-ik/8.4.1
```

#### For OpenSearch:
```bash
bin/opensearch-plugin install https://get.infini.cloud/opensearch/analysis-ik/2.12.0
```

Tips: replace your own version number related to your elasticsearch or opensearch.
---

### ⚠️ **Tip**
Make sure to replace the version number with the one that matches your Elasticsearch or OpenSearch version.

# Getting Started

Expand Down

0 comments on commit 83ce16c

Please sign in to comment.