Search for index
- Search 7.x for index
- Search 9.5.x for index
- Search 8.9.x for index
- Search 10.3.x for index
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SchemaTest::testIndexLength | function | core/ |
Tests that indexes on string fields are limited to 191 characters on MySQL. |
| SchemaTest::testIntrospectIndexSchema | function | core/ |
Tests introspect index schema. |
| SchemaTest::testIntrospectIndexSchema | function | core/ |
Tests introspect index schema. |
| SchemaTest::testIntrospectIndexSchema | function | core/ |
Tests introspect index schema. |
| SchemaTest::testRenameTableWithNameContainingDrupalUnderscoreAndMultipleIndexes | function | core/ |
Tests renaming a table which name contains drupal_ with multiple indexes. |
| SchemaTest::testRenameTableWithNewIndexNameEqualsTableName | function | core/ |
Tests renaming a table where the new index name is equal to the table name. |
| SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest.php | file | core/ |
|
| SchemaUniquePrefixedKeysIndexTest.php | file | core/ |
|
| SchemaUniquePrefixedKeysIndexTest.php | file | core/ |
|
| SchemaUniquePrefixedKeysIndexTest::$columnValue | property | core/ |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTest::$columnValue | property | core/ |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTest::$columnValue | property | core/ |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTestBase | class | core/ |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTestBase.php | file | core/ |
|
| SchemaUniquePrefixedKeysIndexTestBase::$columnValue | property | core/ |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTestBase::checkUniqueConstraintException | function | core/ |
Verifies that inserting the same value/prefix twice causes an exception. |
| SchemaUniquePrefixedKeysIndexTestBase::testAddField | function | core/ |
Tests adding a new field with UNIQUE key. |
| SchemaUniquePrefixedKeysIndexTestBase::testAddUniqueKey | function | core/ |
Tests adding a UNIQUE key to an existing table. |
| SchemaUniquePrefixedKeysIndexTestBase::testChangeField | function | core/ |
Tests changing a field to add a UNIQUE key. |
| SchemaUniquePrefixedKeysIndexTestBase::testCreateTable | function | core/ |
Tests UNIQUE keys put directly on the table definition. |
| 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… |
| SearchHelpSearch::indexClear | function | core/ |
Clears the search index for this plugin. |
| SearchHelpSearch::indexStatus | function | core/ |
Reports the status of indexing. |
| SearchHelpSearch::markForReindex | function | core/ |
Marks the search index for reindexing for this plugin. |
| SearchHelpSearch::removeItemsFromIndex | function | core/ |
Removes an item or items from the search index. |
| SearchHelpSearch::updateIndex | function | core/ |
Updates the search index for this plugin. |
| SearchHelpSearch::updateIndexState | function | core/ |
Updates the 'help_search_unindexed_count' state variable. |
| SearchIndex | class | core/ |
Provides search index management functions. |
| SearchIndex.php | file | core/ |
|
| 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. |
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.