You are here

6 calls to SearchApiSolrBackend::getSolrFieldNamesKeyedByLanguage() in Search API Solr 8.3

SearchApiSolrBackend::createFilterQueries in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Recursively transforms conditions into a flat array of Solr filter queries.
SearchApiSolrBackend::getAutocompleteFields in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Get the fields to search for autocomplete terms.
SearchApiSolrBackend::getMoreLikeThisQuery in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Changes the query to a "More Like This" query.
SearchApiSolrBackend::search in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Options on $query prefixed by 'solr_param_' will be passed natively to Solr as query parameter without the prefix. For example you can set the "Minimum Should Match" parameter 'mm' to '75%' like this:
SearchApiSolrBackend::setFields in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Set the list of fields Solr should return as result.
SearchApiSolrBackend::setSorts in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Sets sorting for the query.