在索引文档时,我在哪里应用elasticsearch中的分析器和令牌过滤器?

时间:2015-10-03 18:38:43

标签: elasticsearch tokenize

我正在尝试实现一个分析器(大写),然后在elasticsearch中索引一些文档。我的问题是,我是否遵循了正确的程序?

Implement your analyzer (containing index and type name), which would create the index if it doesnt exist

Then index the documents with the same index and type name as above during which stream of text would pass through the analyzer and then would be saved in index.

这是正确的方法吗?

我使用和不使用分析器索引了一些文档,在使用 Facets 之前/之后检查了索引的内容,它们没有区别。

1 个答案:

答案 0 :(得分:0)

内容不应该有所不同。它是如何编入索引的。您应该认识到差异,因为查询会产生不同的结果,例如找到一些没有分析器的文档,反之亦然。

尝试使用March Query

_score可能也应该更改