Constants in Search API Multilingual Solr Search 8
Primary tabs
Name | Location | Description | Direct uses | Strings |
---|---|---|---|---|
SEARCH_API_LANGUAGE_FIELD_NAME |
src/ |
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_MULTILINGUAL_LANGUAGE_SEPARATOR |
src/ |
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 |