首页 > 代码库 > 【Solr基础教程之X】配置文件:Solr.xml SolrConfig.xml Schema.xml
【Solr基础教程之X】配置文件:Solr.xml SolrConfig.xml Schema.xml
1、关于默认搜索域
If you are using the Lucene query parser, queries that don‘t specify a field name will use the defaultSearchField. The DisMax and Extended DisMax query parsers do not use this value.
Use of the defaultSearchField element is deprecated in Solr versions 3.6 and higher. Instead, you should use the df request parameter. At some point, the defaultSearchField element may be removed。
即使用solrConfig中的df属性代替schema中的defaultSearchField。
【Solr基础教程之X】配置文件:Solr.xml SolrConfig.xml Schema.xml
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。