1
  1)Caused by: org.apache.solr.common.SolrException: Error initializing QueryElevationComponent.
  2)Caused by: java.lang.NumberFormatException: For input string: "MA147LL/A"
  方案:solrconfig.xml配置文件注释掉下面:
    <searchComponent name="elevator">
     <!-- pick a fieldType to analyze queries -->
     <str name="queryFieldType">string</str>
     <str name="config-file">elevate.xml</str>
     </searchComponent>
2.sor报错日志位置:solr_home/server/logs/solr.log
3.添加自动更新需要的字段updatetime ,设置字段的时间戳默认值例子:alter table house modify  updatetime TIMESTAMP  NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP

相关文章:

  • 2022-02-27
  • 2021-06-14
  • 2021-07-20
  • 2021-11-08
  • 2021-04-16
  • 2021-08-23
  • 2021-06-25
  • 2021-05-16
猜你喜欢
  • 2021-10-14
  • 2021-12-26
  • 2022-12-23
  • 2021-07-09
  • 2021-12-22
  • 2022-02-21
相关资源
相似解决方案