Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
releasing v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johtani committed Nov 19, 2013
1 parent 259df44 commit 42f5166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,29 @@ Extend _analyze API for ElasticSearch

This plugin output tokens that like `_analyze` outputs.
But the plugin output more detail with all token attributes.
And the plugin output tokens step by step.

Similar functionality to Solr admin UI analysis page.

|Plugin |Elasticsearch |Release date|
|--------|---------------|------------|
|0.6.0 | 0.90.7->master| 2013-11-19 |
|0.5 | 0.90.7->master| 2013-11-14 |

### Feature

1. Output tokens with all attributes. *Implemented.*
2. Output each tokens tokenizer chain. *Implemented.*
* <strike>Not implemented CharFilter output text.</strike> *Implemented*
* `attributes` request parameter specify only attributes that include response (over 0.6.0)
3. View on browser token changes. *Not implemented*

### Install

This plugin is installed using following command.

```
/bin/plugin -u https://github.com/johtani/elasticsearch-extended-analyze/releases/download/v0.5/v0.5.zip -i elasticsearch-extended-analyze
/bin/plugin -u https://github.com/johtani/elasticsearch-extended-analyze/releases/download/v0.6.0/v0.6.0.zip -i elasticsearch-extended-analyze
```

__Currently, This plugin is not released Maven Repository.__
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>info.johtani</groupId>
<artifactId>elasticsearch-extended-analyze</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>
<description>Extend _analyze API for ElasticSearch</description>
<url>https://github.com/johtani/elasticsearch-extended-analyze</url>
Expand Down

0 comments on commit 42f5166

Please sign in to comment.