Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经实现了自己的 Lucene Analyzer。如何将它与 ElasticSearch 一起使用?
您将需要实现 AnalysisBinderProcessor,这将使您的分析器可用于弹性搜索,而不是将其包装到弹性搜索插件中。最简单的方法是从github 上提供的众多 示例之一开始。