Search for index

  1. Search 7.x for index
  2. Search 9.5.x for index
  3. Search 10.3.x for index
  4. Search 11.x for index
  5. Other projects
Title Object type File name Summary
SearchPage::isIndexable function core/modules/search/src/Entity/SearchPage.php
SearchPageInterface::isIndexable function core/modules/search/src/SearchPageInterface.php Determines if this search page entity is indexable.
SearchPageListBuilder::$searchIndex property core/modules/search/src/SearchPageListBuilder.php The search index.
SearchPageListBuilder::searchAdminReindexSubmit function core/modules/search/src/SearchPageListBuilder.php Form submission handler for the reindex button on the search admin settings
form.
SearchPageRepository::getIndexableSearchPages function core/modules/search/src/SearchPageRepository.php
SearchPageRepositoryInterface::getIndexableSearchPages function core/modules/search/src/SearchPageRepositoryInterface.php Returns all active, indexable search page entities.
SearchPageRepositoryTest::testGetIndexableSearchPages function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getIndexableSearchPages() method.
search_index function core/modules/search/search.module Updates the full-text search index for a particular item.
search_index_clear function core/modules/search/search.module Clears either a part of, or the entire search index.
search_index_split function core/modules/search/search.module Simplifies and splits a string into words for indexing.
search_mark_for_reindex function core/modules/search/search.module Changes the timestamp on indexed items to 'now' to force reindexing.
search_post_update_reindex_after_diacritics_rule_change function core/modules/search/search.post_update.php Mark everything for reindexing after diacritics removal rule change.
SqlContentEntityStorageSchema::addIndex function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Creates an index, dropping it if already existing.
SqlContentEntityStorageSchema::addSharedTableFieldIndex function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Adds an index for the specified field to the given schema definition.
SqlContentEntityStorageSchema::createEntitySchemaIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Creates the specified entity schema indexes and keys.
SqlContentEntityStorageSchema::deleteEntitySchemaIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Deletes the specified entity schema indexes and keys.
SqlContentEntityStorageSchema::getEntityIndexName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the name to be used for the given entity index.
SqlContentEntityStorageSchema::getFieldIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets an index schema array for a given field.
SqlContentEntityStorageSchema::getFieldIndexName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Generates an index name for a field data table.
SqlContentEntityStorageSchemaIndexFilledTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content.
SqlContentEntityStorageSchemaIndexFilledTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
SqlContentEntityStorageSchemaIndexTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php Tests that a newly-added index is properly created during database updates.
SqlContentEntityStorageSchemaIndexTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php
SqlContentEntityStorageSchemaIndexTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php
SqlContentEntityStorageSchemaIndexTest::testIndex function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php Tests entity and field schema database updates and execution order.
SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php ::onEntityTypeUpdate
StubTestSuiteBase::findExtensionDirectories function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php Finds extensions in a Drupal installation.
system-admin-index.html.twig file core/themes/stable/templates/admin/system-admin-index.html.twig Theme override for the admin index page.
system-admin-index.html.twig file core/modules/system/templates/system-admin-index.html.twig Default theme implementation for the admin index page.
Taxonomy indexing group core/modules/taxonomy/taxonomy.module Functions to maintain taxonomy indexing.
TaxonomyIndexTid class core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Field handler to display all taxonomy terms of a node.
TaxonomyIndexTid class core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Filter by term id.
TaxonomyIndexTid.php file core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
TaxonomyIndexTid.php file core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
TaxonomyIndexTid::$currentUser property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php The current user.
TaxonomyIndexTid::$termStorage property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php The term storage.
TaxonomyIndexTid::$validated_exposed_input property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
TaxonomyIndexTid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php The vocabulary storage.
TaxonomyIndexTid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php The vocabulary storage.
TaxonomyIndexTid::acceptExposedInput function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
TaxonomyIndexTid::addSelfTokens function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
TaxonomyIndexTid::adminSummary function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
TaxonomyIndexTid::buildExposeForm function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
TaxonomyIndexTid::buildExtraOptionsForm function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
TaxonomyIndexTid::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Provide "link to term" option.
TaxonomyIndexTid::calculateDependencies function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
TaxonomyIndexTid::create function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
TaxonomyIndexTid::create function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
TaxonomyIndexTid::defineOptions function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.