You are here

Constants in Search API Solr 8.2

Primary tabs

Namesort descending Location Description Direct uses Strings
DATETIME_STORAGE_TIMEZONE tests/src/Unit/SearchApiBackendUnitTest.php 1 1
SEARCH_API_LANGUAGE_FIELD_NAME src/Plugin/search_api/backend/AbstractSearchApiSolrMultilingualBackend.php The name of the language field might be change in future releases of search_api. Therefor we define a constant here that could be easily changed. 1 1
SEARCH_API_SOLR_LANGUAGE_SEPARATOR src/Utility/Utility.php The separator to indicate the start of a language ID. We must not use any character that has a special meaning within regular expressions. Additionally we have to avoid characters that are valid for Drupal machine names. The end of a language ID is… 5 1
SEARCH_API_SOLR_MIN_SCHEMA_VERSION src/Plugin/search_api/backend/SearchApiSolrBackend.php The minimum required Solr schema version. 1 1

Other projects