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 |
---|---|---|---|
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… |
SearchIndex | class | core/ |
Provides search index management functions. |
SearchIndex.php | file | core/ |
|
SearchIndex::clear | function | core/ |
|
SearchIndex::index | function | core/ |
|
SearchIndex::markForReindex | function | core/ |
|
SearchIndex::updateWordWeights | function | core/ |
|
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/ |
|
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. |
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.