Java創建elasticsearch的model時,如何配置使用ik分詞器?

在需要分詞的屬性上面加註解: @Field(type = FieldType.text, analyzer = "ik_max_word", searchAnalyzer = "ik_max_word") 即可。 例如: @Document(indexName = "people_v1", type = "peopleV1") public class People{ @Id pr
相關文章
相關標籤/搜索