向 Luke 添加自定义分析器
Luke,出色的 Lucene 索引查看器,现在托管在 Google 代码下。 默认情况下,它支持使用多个开箱即用的 Lucene 分析器。 但是,我想用它来查看我使用自己的自定义分析器构建的索引, 我们将其命名为 MyAnalyzer。 您能告诉我如何将 MyAnalyzer 添加到 Luke 以及默认分析器吗? 谷歌搜索和对 lukeall jar 的一些检查没有给我任何线索。
Luke, the wonderful Lucene index viewer, is now hosted under Google code.
As a default, it supports using several Lucene Analyzers out of the box.
However, I would like to use it to view an index I built using my own custom Analyzer,
Let's call it MyAnalyzer.
Can you please tell me how to add MyAnalyzer to Luke, along with the default analyzers?
Googling and some examination of the lukeall jar gave me no clue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将带有自定义分析器的 jar 放在类路径中即可。
Just put the jar with your custom analyzer in the classpath.