Search for index

  1. Search 7.x for index
  2. Search 9.5.x for index
  3. Search 8.9.x for index
  4. Search 10.3.x for index
  5. Other projects
Title Object type File name Summary
SearchIndex class core/modules/search/src/SearchIndex.php Provides search index management functions.
SearchIndex.php file core/modules/search/src/SearchIndex.php
SearchIndex::clear function core/modules/search/src/SearchIndex.php
SearchIndex::index function core/modules/search/src/SearchIndex.php
SearchIndex::markForReindex function core/modules/search/src/SearchIndex.php
SearchIndex::updateWordWeights function core/modules/search/src/SearchIndex.php
SearchIndex::__construct function core/modules/search/src/SearchIndex.php SearchIndex constructor.
SearchIndexException class core/modules/search/src/Exception/SearchIndexException.php Exception thrown for search index errors.
SearchIndexException.php file core/modules/search/src/Exception/SearchIndexException.php
SearchIndexingInterface interface core/modules/search/src/Plugin/SearchIndexingInterface.php Defines an optional interface for SearchPlugin objects using an index.
SearchIndexingInterface.php file core/modules/search/src/Plugin/SearchIndexingInterface.php
SearchIndexingInterface::indexClear function core/modules/search/src/Plugin/SearchIndexingInterface.php Clears the search index for this plugin.
SearchIndexingInterface::indexStatus function core/modules/search/src/Plugin/SearchIndexingInterface.php Reports the status of indexing.
SearchIndexingInterface::markForReindex function core/modules/search/src/Plugin/SearchIndexingInterface.php Marks the search index for reindexing for this plugin.
SearchIndexingInterface::updateIndex function core/modules/search/src/Plugin/SearchIndexingInterface.php Updates the search index for this plugin.
SearchIndexInterface interface core/modules/search/src/SearchIndexInterface.php Provides search index management functions.
SearchIndexInterface.php file core/modules/search/src/SearchIndexInterface.php
SearchIndexInterface::clear function core/modules/search/src/SearchIndexInterface.php Clears either a part of, or the entire search index.
SearchIndexInterface::index function core/modules/search/src/SearchIndexInterface.php Updates the full-text search index for a particular item.
SearchIndexInterface::markForReindex function core/modules/search/src/SearchIndexInterface.php Changes the timestamp on indexed items to 'now' to force reindexing.
SearchIndexInterface::updateWordWeights function core/modules/search/src/SearchIndexInterface.php Updates the {search_total} database table.
SearchIndexTest class core/modules/search/tests/src/Kernel/SearchIndexTest.php Tests the service "search.index".
SearchIndexTest.php file core/modules/search/tests/src/Kernel/SearchIndexTest.php
SearchIndexTest::$modules property core/modules/search/tests/src/Kernel/SearchIndexTest.php
SearchIndexTest::testSearchIndexServiceIsBackendOverridable function core/modules/search/tests/src/Kernel/SearchIndexTest.php Test that the service "search.index" is backend overridable.
SearchMultilingualEntityTest::assertIndexCounts function core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php Verifies the indexing status counts.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange function core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php Tests that the search index info is properly updated when a node changes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion function core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php Tests that the search index info is updated when a node is deleted.
SearchPage::isIndexable function core/modules/search/src/Entity/SearchPage.php
SearchPageInterface::isIndexable function core/modules/search/src/SearchPageInterface.php Determines if this search page entity is indexable.
SearchPageListBuilder::$searchIndex property core/modules/search/src/SearchPageListBuilder.php The search index.
SearchPageListBuilder::searchAdminReindexSubmit function core/modules/search/src/SearchPageListBuilder.php Form submission handler for reindex button on search admin settings form.
SearchPageRepository::getIndexableSearchPages function core/modules/search/src/SearchPageRepository.php
SearchPageRepositoryInterface::getIndexableSearchPages function core/modules/search/src/SearchPageRepositoryInterface.php Returns all active, indexable search page entities.
SearchPageRepositoryTest::testGetIndexableSearchPages function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getIndexableSearchPages() method.
SettingsEditor::isArrayIndex function core/lib/Drupal/Core/Site/SettingsEditor.php Checks whether the token is a valid array index (a number or string).
SqlContentEntityStorageSchema::addIndex function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Creates an index, dropping it if already existing.
SqlContentEntityStorageSchema::addSharedTableFieldIndex function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Adds an index for the specified field to the given schema definition.
SqlContentEntityStorageSchema::createEntitySchemaIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Creates the specified entity schema indexes and keys.
SqlContentEntityStorageSchema::deleteEntitySchemaIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Deletes the specified entity schema indexes and keys.
SqlContentEntityStorageSchema::getEntityIndexName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the name to be used for the given entity index.
SqlContentEntityStorageSchema::getFieldIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets an index schema array for a given field.
SqlContentEntityStorageSchema::getFieldIndexName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Generates an index name for a field data table.
SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php ::onEntityTypeUpdate.
StatementIteratorTrait::getResultsetCurrentRowIndex function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Returns the row index of the current element in the resultset.
StubSchema::addIndex function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php
StubSchema::dropIndex function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php
StubSchema::indexExists function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php
system-admin-index.html.twig file core/themes/stable9/templates/admin/system-admin-index.html.twig Theme override for the admin index page.
system-admin-index.html.twig file core/modules/system/templates/system-admin-index.html.twig Default theme implementation for the admin index page.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.