Skip to content
English
  • There are no suggestions because the search field is empty.

Can't Configure the Content Search

Original Question or Issue:

Can't configure the content search


Environment:

  • Product - FileCloud Server
  • Version - 23.253
  • Platform - Windows

Steps to Reproduce:

 


Error or Log Message:

Solr logs show:

2026-03-16 11:15:31.625 ERROR (qtp423733503-24-null-22) [c: s: r: x: t:null-22] o.a.s.s.HttpSolrCall 500 Exception => org.apache.solr.core.SolrCoreInitializationException: SolrCore 'fccore' is not available due to init failure: Could not load conf for core fccore: Error loading solr config from D:\xampp\solr\server\solr\fccore\conf\solrconfig.xml


Defect or Enhancement Number:

 


Cause:

Solrconfig.xml file is outdated, the luceneMatchVersion shows 8.2.1 instead of 9.12.3

<luceneMatchVersion>9.12.3</luceneMatchVersion>


Resolution or Workaround:

  • Get the fcskel folder with the correct content to use for content search configuration.

  • Get the correct Solr.xml file (must initiate the scripting module: <str name="modules">${solr.modules:scripting,extraction}</str>  ) and copy it to the <Drive>\xampp\solr\server\solr\

  • Configure the content search again

Notes: