You are here

service solr_document.factory in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 search_api_solr.services.yml \solr_document.factory
  2. 4.x search_api_solr.services.yml \solr_document.factory

Class

Drupal\search_api_solr\SolrDocumentFactory
3 string references to solr_document.factory
SearchApiSolrAnySchemaBackend::postQuery in src/Plugin/search_api/backend/SearchApiSolrAnySchemaBackend.php
Allow custom changes before search results are returned for subclasses.
SolrDocument::create in src/Plugin/search_api/datasource/SolrDocument.php
Creates an instance of the plugin.
SolrDocument::getSolrDocumentFactory in src/Plugin/search_api/datasource/SolrDocument.php
Returns the Solr document factory.

File

./search_api_solr.services.yml
search_api_solr.services.yml

View source
  1. class: Drupal\search_api_solr\SolrDocumentFactory
  2. arguments:
  3. - '@typed_data_manager'