Nest 2.x将分析器添加到现有分析器列表中

时间:2017-06-28 08:52:20

标签: c# elasticsearch nest

我将弃用的代码从Nest 1.x迁移到2.x.但我遇到了一个问题。在1.x中,我添加了带有此代码的新分析器

analysisDescriptor.Analyzers(
            a => a.Add(SomeAnalyzerName, new CustomAnalyzer() { ... })
        );

如何在Nest 2.x中添加新的分析器,它们没有添加方法?

0 个答案:

没有答案