Search for index
- Search 7.x for index
- Search 9.5.x for index
- Search 10.3.x for index
- Search 11.x for index
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Schema::dropIndex | function | core/ |
Drop an index. |
Schema::dropIndex | function | core/ |
Drop an index. |
Schema::dropIndex | function | core/ |
Drop an index. |
Schema::getNormalizedIndexes | function | core/ |
Gets normalized indexes from a table specification. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::shortenIndex | function | core/ |
Helper function for normalizeIndexes(). |
Schema::_createIndexSql | function | core/ |
|
SchemaIntrospectionTestTrait::assertIndexOnColumns | function | core/ |
Checks that an index covering exactly the given column names exists. |
SchemaIntrospectionTestTrait::assertNoIndexOnColumns | function | core/ |
Checks that an index covering exactly the given column names doesn't exist. |
SchemaIntrospectionTestTrait::getIndexColumnNames | function | core/ |
Returns the column names used by the indexes of a table. |
SchemaTest::testIndexLength | function | core/ |
Tests that indexes on string fields are limited to 191 characters on MySQL. |
SchemaTest::testIntrospectIndexSchema | function | core/ |
@covers \Drupal\Core\Database\Driver\mysql\Schema::introspectIndexSchema @covers \Drupal\Core\Database\Driver\pgsql\Schema::introspectIndexSchema @covers \Drupal\Core\Database\Driver\sqlite\Schema::introspectIndexSchema |
search.index | service | core/ |
Drupal\search\SearchIndex |
SearchDeprecationTest::testIndex | function | core/ |
@expectedDeprecation search_index() is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use \Drupal\search\SearchIndex::index() instead. See https://www.drupal.org/node/3075696 |
SearchDeprecationTest::testMarkForReindex | function | core/ |
@expectedDeprecation search_mark_for_reindex() is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use \Drupal\search\SearchIndex::markForReindex() instead. See https://www.drupal.org/node/3075696 |
SearchIndex | class | core/ |
Provides search index management functions. |
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::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. |
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. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.