Joseph Linn
Joseph Linn
Thanks for reporting this. I've released [v5.0.0.1](https://github.com/jlinn/elasticsearch-analysis-url/releases/tag/v5.0.0.1), which should fix the highlighting issue.
Definitely. I updated the code to work with ES 5 last weekend, but I ran into some trouble with Java security permissions when running the tests. I'm hoping to resolve...
[v5.0.0.0](https://github.com/jlinn/elasticsearch-analysis-url/releases/tag/v5.0.0.0) has been released. Let me know if you encounter any issues.
Interesting. Would you mind posting the mapping you're using so that I can reproduce it in a test?
Ah. Looks like I neglected to update the readme for the filter a while back. Internally, the token filter delegates to the tokenizer, and the same default configurations apply, meaning...
The token offsets and types should be correct in versions [2.3.4.3](https://github.com/jlinn/elasticsearch-analysis-url/releases/tag/v2.3.4.3) and [2.3.5.0](https://github.com/jlinn/elasticsearch-analysis-url/releases/tag/v2.3.5.0).
Cluster support and the ability to provide your own `Pool` instance are good ideas. I'm going to be pretty busy this weekend, but I'll look into adding them shortly thereafter....
You were right. I did, indeed, have to refactor to use `JedisCommands`, but it was a bit more painful than that because I wanted to retain the ability to use...
It looks like you're seeing that error because clustering is disabled on your target Redis instance. Is the `cluster-enabled` setting turned on in your Redis config?
Hmm... this one may be a bit tough to track down. Would you mind posting your setup so that I can have some additional context? (Quartz config, scheduler, job, and...