首页
学习
活动
专区
圈层
工具
发布
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    day73_淘淘商城项目_06_solr索引库搭建 + solr搜索功能实现 + 图片显示等问题解决_匠心笔记

    document.addField("id", "test001"); // 注意:id是字符串类型,如果是数值类型,会自动转为字符串         document.addField("item_title...", "测试商品");         document.addField("item_price", 1999);         // 第五步:把文档对象添加到索引库中。         ...document.addField("id", searchItem.getId());             document.addField("item_title", searchItem.getTitle...());             document.addField("item_sell_point", searchItem.getSell_point());             document.addField...-- 如果不添加此节点,src/main/resources目录下的配置文件将被忽略 -->                              src/

    2.1K30
    领券