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
13 stars 39 forks source link

Are the classes in the wrong package? #10

Open apanimesh061 opened 7 years ago

apanimesh061 commented 7 years ago

I see that the classes ConcatenateFilter, ConcatenatePlugin and ConcatenateTokenFilterFactory are in the package elasticsearch.concatenate but in the files they are in org.elasticsearch.index.analysis.concatenate!

Is there a reason for the files to be kept in a different package?

francesconero commented 7 years ago

It has been a long time since I wrote this plugin, and I just followed examples. But I guess the folders the classes are in should not matter, since there's a build step required.