Commit 22b578c 1 parent a5143e0 commit 22b578c Copy full SHA for 22b578c
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part.
9
9
10
10
| Elasticsearch Version | Plugin Version |
11
11
| -----------------------| ----------------|
12
+ | 2.3.1 | 2.3.1 |
12
13
| 2.3.0 | 2.3.0 |
13
14
| 2.2.2 | 2.2.3 |
14
15
| 2.2.1 | 2.2.2 |
@@ -23,7 +24,7 @@ This plugin enables URL tokenization and token filtering by URL part.
23
24
24
25
## Installation
25
26
``` bash
26
- bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.0 /elasticsearch-analysis-url-2.3.0 .zip
27
+ bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.1 /elasticsearch-analysis-url-2.3.1 .zip
27
28
```
28
29
29
30
## Usage
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.elasticsearch</groupId >
8
8
<artifactId >elasticsearch-analysis-url</artifactId >
9
- <version >2.3.0 </version >
9
+ <version >2.3.1 </version >
10
10
<packaging >jar</packaging >
11
11
<description >Elasticsearch URL token filter plugin</description >
12
12
18
18
19
19
<properties >
20
20
<project .build.sourceEncodint>UTF-8</project .build.sourceEncodint>
21
- <elasticsearch .version>2.3.0 </elasticsearch .version>
21
+ <elasticsearch .version>2.3.1 </elasticsearch .version>
22
22
<lucene .version>5.5.0</lucene .version>
23
23
<hamcrest .version>1.3</hamcrest .version>
24
24
<tests .output>onerror</tests .output>
You can’t perform that action at this time.
0 commit comments