Search for index
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchIndex.php | file | core/ |
|
| SearchIndex::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| SearchIndex::$configFactory | property | core/ |
The config factory. |
| SearchIndex::$connection | property | core/ |
The database connection. |
| SearchIndex::$replica | property | core/ |
The database replica connection. |
| SearchIndex::$textProcessor | property | core/ |
The text processor. |
| SearchIndex::clear | function | core/ |
Clears either a part of, or the entire search index. |
| SearchIndex::index | function | core/ |
Updates the full-text search index for a particular item. |
| SearchIndex::markForReindex | function | core/ |
Changes the timestamp on indexed items to 'now' to force reindexing. |
| SearchIndex::updateWordWeights | function | core/ |
Updates the {search_total} database table. |
| SearchIndex::__construct | function | core/ |
SearchIndex constructor. |
| SearchIndexException | class | core/ |
Exception thrown for search index errors. |
| SearchIndexException.php | file | core/ |
|
| SearchIndexingInterface | interface | core/ |
Defines an optional interface for SearchPlugin objects using an index. |
| SearchIndexingInterface.php | file | core/ |
|
| SearchIndexingInterface::indexClear | function | core/ |
Clears the search index for this plugin. |
| SearchIndexingInterface::indexStatus | function | core/ |
Reports the status of indexing. |
| SearchIndexingInterface::markForReindex | function | core/ |
Marks the search index for reindexing for this plugin. |
| SearchIndexingInterface::updateIndex | function | core/ |
Updates the search index for this plugin. |
| SearchIndexInterface | interface | core/ |
Provides search index management functions. |
| SearchIndexInterface.php | file | core/ |
|
| SearchIndexInterface::clear | function | core/ |
Clears either a part of, or the entire search index. |
| SearchIndexInterface::index | function | core/ |
Updates the full-text search index for a particular item. |
| SearchIndexInterface::markForReindex | function | core/ |
Changes the timestamp on indexed items to 'now' to force reindexing. |
| SearchIndexInterface::updateWordWeights | function | core/ |
Updates the {search_total} database table. |
| SearchIndexTest | class | core/ |
Tests the service "search.index". |
| SearchIndexTest.php | file | core/ |
|
| SearchIndexTest::$modules | property | core/ |
Modules to install. |
| SearchIndexTest::testSearchIndexServiceIsBackendOverridable | function | core/ |
Test that the service "search.index" is backend overridable. |
| SearchMultilingualEntityTest::assertIndexCounts | function | core/ |
Verifies the indexing status counts. |
| SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange | function | core/ |
Tests that the search index info is properly updated when a node changes. |
| SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion | function | core/ |
Tests that the search index info is updated when a node is deleted. |
| SearchPage::isIndexable | function | core/ |
Determines if this search page entity is indexable. |
| SearchPageInterface::isIndexable | function | core/ |
Determines if this search page entity is indexable. |
| SearchPageListBuilder::$searchIndex | property | core/ |
The search index. |
| SearchPageListBuilder::searchAdminReindexSubmit | function | core/ |
Form submission handler for reindex button on search admin settings form. |
| SearchPageRepository::getIndexableSearchPages | function | core/ |
Returns all active, indexable search page entities. |
| SearchPageRepositoryInterface::getIndexableSearchPages | function | core/ |
Returns all active, indexable search page entities. |
| SearchPageRepositoryTest::testGetIndexableSearchPages | function | core/ |
Tests the getIndexableSearchPages() method. |
| SettingsEditor::isArrayIndex | function | core/ |
Checks whether the token is a valid array index (a number or string). |
| SqlContentEntityStorageSchema::addIndex | function | core/ |
Creates an index, dropping it if already existing. |
| SqlContentEntityStorageSchema::addSharedTableFieldIndex | function | core/ |
Adds an index for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::createEntitySchemaIndexes | function | core/ |
Creates the specified entity schema indexes and keys. |
| SqlContentEntityStorageSchema::deleteEntitySchemaIndexes | function | core/ |
Deletes the specified entity schema indexes and keys. |
| SqlContentEntityStorageSchema::getEntityIndexName | function | core/ |
Gets the name to be used for the given entity index. |
| SqlContentEntityStorageSchema::getFieldIndexes | function | core/ |
Gets an index schema array for a given field. |
| SqlContentEntityStorageSchema::getFieldIndexName | function | core/ |
Generates an index name for a field data table. |
| SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex | function | core/ |
::onEntityTypeUpdate. |
| StatementIteratorTrait::getResultsetCurrentRowIndex | function | core/ |
Returns the row index of the current element in the resultset. |
| StubTestSuiteBase::findExtensionDirectories | function | core/ |
Finds extensions in a Drupal installation. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.