- Issue created by @bkosborne
- πΊπΈUnited States japerry KVUO
Yes, there is good cause to be worried. While acquia search would support Search API Solr 4.3.x (we're just a connector, and doesn't appear that the class APIs have changed), it would require customers to download a new configset.
It also means that we should update our 'default' configsets as well. I've let product know about it. Likely the resolution will be a note in our knowledge base and an additional configset option. Since customers are in control of their search configuration, it will be on them to migrate when its appropriate.
- πΊπΈUnited States bkosborne New Jersey, USA
Thanks. Sounds like I need to wait for a new default configset to be available and then come up with a migration plan. We have about 7 solr indexes (in each environment).
- πΊπΈUnited States bkosborne New Jersey, USA
Is there any update on this? The 4.2.x version of Search API has been marked as unsupported.
- πΊπΈUnited States bkosborne New Jersey, USA
Hi Jakob, I noticed there's a new Acquia-provided configset available called "(Latest) Drupal 9/10 - Search API Solr 4.3.2 - Solr 8 - [drupal-4.3.2-solr-8.x-0] - v1.0
Should I follow this process:
- Update from Search API Solr 4.2.x to 4.3.x
- Edit the existing Solr index in Acquia Search and change its config set to the new one
- reindex? presumably?
Do I need to completely delete the search core (index?) or is just changing the config set suitable?
Thank you
- πΊπΈUnited States bkosborne New Jersey, USA
I tested my steps above and they didn't work. When re-indexing, I was getting errors like "cannot change field "xyz" from index options=DOCS_AND_FREQS_AND_POSITIONS to inconsistent index options=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS", just like the release notes for Search API Solr 4.3.x β indicate I would.
I had to delete the index from Acquia Cloud UI, re-create it using the new configset, then reindex the site.