francesconero / elasticsearch-concatenate-token-filter

Elasticsearch plugin which only provides a TokenFilter that merges tokens in a token stream back into one. Taken from http://elasticsearch-users.115913.n3.nabble.com/Is-there-a-concatenation-filter-td3711094.html
Apache License 2.0
14 stars 39 forks source link

support for ElasticSearch 2.2.0 #3

Closed bomberby closed 8 years ago

francesconero commented 8 years ago

Should we add something to the readme to notify that this is for the 2.2.0 version of ES?

bomberby commented 8 years ago

As for the relevance of this specific branch to 2.2.0, it's probably obvious, but i'll add anyway. Yes, the readme on master branch could use a reference to this branch, or even just copy the line about installation, but i'm not sure if this will work for versions beside 2.2.0 . If needed, I can create branches per elastic version, as I've not been able to compile with support multiple ES versions.

francesconero commented 8 years ago

Great, I'll update the master branch readme, maybe rename it to 1.X

bomberby commented 8 years ago

Thanks!