Releases: jlinn/elasticsearch-analysis-url
Releases · jlinn/elasticsearch-analysis-url
Update to Elasticsearch v2.0.0
v2.1.0
Update to ES v2.0.0
v2.0.0
- Add URL tokenizer. See readme for details.
- Update to Elasticsearch v1.7.1.
v1.2.1
Fixed an issue where the token filter would attempt to parse long URLs twice, which would result in a MalformedURLException the second time around.
v1.2.0
- Update to Elasticsearch v1.6.0
- Add
allow_malformed
option to allow indexing to succeed with malformed URLs.
v1.1.0
- Update to Elasticsearch v1.5.2
- Add
url_decode
option.
v1.0.0
Merge branch 'master' of github.com:jlinn/elasticsearch-analysis-url