如何在compass-lucene搜索中使用分析器
如何在罗盘中索引和搜索数据时添加罗盘分析器。我正在使用基于模式的罗盘配置。我想使用没有停用词的 StandardAnalyzer。因为我想按原样索引数据,而不忽略像 AND 、 OR 这样的搜索词, 在 。默认分析器将忽略我为索引提供的数据中的 AND 、 OR 、 IN 。
如何通过代码或 xml 配置 Snowball 分析器。如果有人能给我举个例子。
How do I add compass analyzer while indexing and searching data in compass.I am using schema based configuration for compass.I want to use StandardAnalyzer with no stopwords.Because I want to index data as it is,without ignoring search terms like AND , OR , IN . The default analyzer will ignore AND , OR , IN from the data I give for indexing.
How do I configure snowball analyzer either thru code or thru xml. If someone could post me an example.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是示例。您还可以在此处找到更多详细信息
Below is the example. You can also find more details here