You are here

15 calls to Utility::encodeSolrName() in Search API Solr 8.2

AbstractSearchApiSolrMultilingualBackend::alterSolrDocuments in src/Plugin/search_api/backend/AbstractSearchApiSolrMultilingualBackend.php
Replaces language unspecific fulltext fields by language specific ones.
AbstractSearchApiSolrMultilingualBackend::getLanguageSpecificSolrFieldNames in src/Plugin/search_api/backend/AbstractSearchApiSolrMultilingualBackend.php
Gets a language-specific mapping from Drupal to Solr field names.
AbstractSearchApiSolrMultilingualBackend::getSchemaLanguageStatistics in src/Plugin/search_api/backend/AbstractSearchApiSolrMultilingualBackend.php
Gets schema language statistics for the multilingual Solr server.
AbstractSearchApiSolrMultilingualBackend::preQuery in src/Plugin/search_api/backend/AbstractSearchApiSolrMultilingualBackend.php
Modify the query before it is sent to solr.
SearchApiSolrBackend::getDocuments in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Retrieves Solr documents from search api index items.
SearchApiSolrBackend::getSolrFieldNames in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Creates a list of all indexed field names mapped to their Solr field names.
SearchApiSolrBackend::setSorts in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Sets sorting for the query.
SolrFieldType::getDynamicFields in src/Entity/SolrFieldType.php
Gets a list of dynamic Solr fields that will use this Solr Field Type.
StreamingExpressionBuilder::__construct in src/Utility/StreamingExpressionBuilder.php
StreamingExpressionBuilder constructor.
UtilitiesTest::doDynamicFieldNameConversions in tests/src/Kernel/UtilitiesTest.php
Tests all conversion and extraction functions.
UtilitiesTest::testFieldNameEncoder in tests/src/Kernel/UtilitiesTest.php
Tests encoding and decoding of Solr field names.
UtilitiesTest::testLanguageSpecificFieldTypeNames in tests/src/Kernel/UtilitiesTest.php
Tests language-specific Solr field names.
Utility::buildSuggesterContextFilterQuery in src/Utility/Utility.php
Utility::extractLanguageSpecificSolrDynamicFieldDefinition in src/Utility/Utility.php
Extracts the language-specific definition from a dynamic Solr field.
Utility::modifySolrDynamicFieldName in src/Utility/Utility.php
Modifies a dynamic Solr field's name using a regular expression.