- Issue created by @generalredneck
- @generalredneck opened merge request.
- Status changed to Needs review
about 1 year ago 6:19pm 2 November 2023 - πΊπΈUnited States generalredneck
Looks like there is more to this... I suspect that 3.0.x of this module is not compatible with Search API 4.3.x. The schema.xmls vary wildly and I get errors while searching with it installed like
Apache Tomcat/7.0.68 - Error report HTTP Status 400 - can not use FieldCache on unindexed field: boost_documenttype Status reportmessage can not use FieldCache on unindexed field: boost_documentdescription The request sent by the client was syntactically incorrect.Apache Tomcat/7.0.68
Looking through schema.xml, there is infact not any boost_document field type installed.
- Status changed to Needs work
12 months ago 11:12am 28 November 2023 - πΊπΈUnited States DamienMcKenna NH, USA
I think it might be better to change composer.json to limit the versions of search_api_solr that are compatible.
v3 is an EOL branch, it's recommended to upgrade to Solr 8 and v8 of this module.
- π΅π±Poland henk
Hi,
I had the similar problem:- Drupal 9.5.x
- Search_api_solr 4.3.1
- Search_api_pantheon 3.0.2
- Special pantheon config selected for sever configuration, indexing was not working (indexing but no results are indexed)
After downgrade Search_api_solr 4.2.x, index start working. Something is not compatible with the latest version of search_api_solr module.
- π΅π±Poland henk
#3 patch is fixing in Drupal 10 PantheonCurl incompatibility problem confirmed. So it is temporary solution.
- πΊπΈUnited States brooke_heaton
Just here to report that I am seeing the same errors as noted in $6. I see the following error on my search View:
can not use FieldCache on unindexed field: boost_documenttype Status reportmessage can not use FieldCache on unindexed field: boost_documentdescription The request sent by the client was syntactically incorrect.
I am using the following modules on Drupal 9.5.11:
Search API (search_api) 8.x-1.30
Search API Pantheon (search_api_pantheon) 8.1.4
Search API Solr Autocomplete (search_api_solr_autocomplete) 4.2.9
Search API Solr Legacy (search_api_solr_legacy) 4.2.9
Search API Solr (search_api_solr) 4.2.9