You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the newest version(s) of the search_api_solr module, a correct setup with solr 7.5 cannot be used when using the standard config provided in this repository.
To Reproduce
Steps to reproduce the behavior:
Set up D8 with the module search_api and search_api_solr v3.x
Expected behavior
On the solr server page under search API, there should be no error and the server should be reachable. Views on the created index should deliver a correct result.
Actual behavior
The server page reads the message:
You are using outdated Solr configuration files. Please follow the instructions in the INSTALL.md file for setting up Solr.
When running a query using a view, this error is thrown:
Error while checking server index status: An error occurred while trying to search with Solr: { "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.common.SolrException"], "msg":"can not use FieldCache on multivalued field: boost_document", "code":400}}
Additional context
Downgrading the search_api_solr module version fro 3.x to 2.7 works for Solr 7.5. However I had to remove the volume and build again to get it to work correctly.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the newest version(s) of the search_api_solr module, a correct setup with solr 7.5 cannot be used when using the standard config provided in this repository.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On the solr server page under search API, there should be no error and the server should be reachable. Views on the created index should deliver a correct result.
Actual behavior
The server page reads the message:
You are using outdated Solr configuration files. Please follow the instructions in the INSTALL.md file for setting up Solr.
When running a query using a view, this error is thrown:
Error while checking server index status: An error occurred while trying to search with Solr: { "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.common.SolrException"], "msg":"can not use FieldCache on multivalued field: boost_document", "code":400}}
A support request on the module is here, but which seems to be a configuration issue: https://www.drupal.org/project/search_api_solr/issues/3056971
Additional context
Downgrading the search_api_solr module version fro 3.x to 2.7 works for Solr 7.5. However I had to remove the volume and build again to get it to work correctly.
The text was updated successfully, but these errors were encountered: