Replacement for obsolete libraries when writing plugins?

I have an existing plugin for a custom analyzer, but it is built for ES 1.x

Some of the libraries it imports are obsolete. I'm wondering if there are replacements for these libraies

So far, I need to replace:

  • org.elasticsearch.index.IndexSettings
  • org.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor

And in general, if ES stops supports certain libraries, how would people deal with it?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.