用Solr进行拼写检查

时间:2018-06-27 12:43:34

标签: solr spell-checking

我使用Solr为文档编制索引(pdf,word,.txt等)。我需要使用拼写检查器(法语),但是我不知道该怎么做。我仅在字段“内容”上需要此功能,该字段的类型为text_general

1 个答案:

答案 0 :(得分:0)

拼写检查器使用content of your index to build the terms that are used for suggestions-没有语言配置,因为只要被索引的内容是法语,向用户的建议将基于这些术语。

例外情况是,如果您使用的是FileBasedSpellChecker,则在其中提供带有正确拼写的术语词典。

# spellcheck.q is only necessary if you want to use a different query than your actual query
&spellcheck=true&spellcheck.q=foo