You are here

17 string references to 'search_api_federated_solr.search_app.settings' in Search API Federated Solr 8.3

drush_search_api_federated_solr_fields in ./search_api_federated_solr.drush.inc
List all fields, as they map to solr machine names, for the search api index used by the federated search app.
FederatedSearchPageBlockForm::buildForm in src/Form/FederatedSearchPageBlockForm.php
Form constructor.
FederatedSearchPageFormBlock::blockForm in src/Plugin/Block/FederatedSearchPageFormBlock.php
Returns the configuration form elements specific to this block plugin.
FederatedSearchPageFormBlock::blockSubmit in src/Plugin/Block/FederatedSearchPageFormBlock.php
Adds block type-specific submission handling for the block form.
FederatedSearchPageFormBlock::build in src/Plugin/Block/FederatedSearchPageFormBlock.php
Builds and returns the renderable array for this block plugin.
Helpers::getSelectHandlerUrl in src/Utility/Helpers.php
Determines URL for select handler of the selected index backend
Helpers::getSiteName in src/Utility/Helpers.php
Returns the active sitename value for this site.
SearchApiFederatedSolrRoutes::routes in src/Routing/SearchApiFederatedSolrRoutes.php
Returns an array of route objects.
SearchApiFederatedSolrSearchAppSettingsForm::buildForm in src/Form/SearchApiFederatedSolrSearchAppSettingsForm.php
Form constructor.
SearchApiFederatedSolrSearchAppSettingsForm::getEditableConfigNames in src/Form/SearchApiFederatedSolrSearchAppSettingsForm.php
Gets the configuration names that will be editable.
SearchApiFederatedSolrSearchAppSettingsForm::submitForm in src/Form/SearchApiFederatedSolrSearchAppSettingsForm.php
Form submission handler.
SearchController::content in src/Controller/SearchController.php
Returns content for a search page.
search_api_federated_solr_update_8001 in ./search_api_federated_solr.install
Sets default values for autocomplete-related config.
search_api_federated_solr_update_8002 in ./search_api_federated_solr.install
Configures the search proxy (enabled) and app + block autocomplete proxies (disabled).
search_api_federated_solr_update_8003 in ./search_api_federated_solr.install
Configures debug (disabled) and query field validation (enabled) for the proxy.
search_api_federated_solr_update_8004 in ./search_api_federated_solr.install
Configures the restricted site list..
SolrProxyController::getResultsJson in src/Controller/SolrProxyController.php
Uses the selected index server's backend connector to execute a select query on the index based on request qs params passed from the app.