Search for index
- Search 7.x for index
- Search 8.9.x for index
- Search 10.3.x for index
- Search 11.x for index
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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\mysql\Driver\Database\mysql\Schema::introspectIndexSchema @covers \Drupal\pgsql\Driver\Database\pgsql\Schema::introspectIndexSchema @covers \Drupal\sqlite\Driver\Database\sqlite\Schema::introspectIndexSchema |
search.index | service | core/ |
Drupal\search\SearchIndex |
search.index.html.twig | file | core/ |
--- label: 'Managing the search index' related: - search.overview - search.configuring --- {% set cron_topic = render_var(help_topic_link('core.cron')) %} {% set search_settings_link_text %}{% trans %}Search pages{% endtrans… |
SearchDeprecationTest::testDeprecatedIndexSplit | function | core/ |
|
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::$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 enable. |
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. |
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.