protected function SearchApiSolrTest::updateIndex in Search API Solr 8
Checks whether changes to the index's fields are picked up by the server.
Overrides BackendTestBase::updateIndex
File
- tests/
src/ Kernel/ SearchApiSolrTest.php, line 189
Class
- SearchApiSolrTest
- Tests index and search capabilities using the Solr search backend.
Namespace
Drupal\Tests\search_api_solr\KernelCode
protected function updateIndex() {
// The parent assertions don't make sense for the Solr backend.
}