11 calls to Utility::getIndexSolrSettings() in Search API Solr 4.x
- SearchApiSolrBackend::createFilterQueries in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Recursively transforms conditions into a flat array of Solr filter queries.
- SearchApiSolrBackend::ensureLanguageCondition in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Ensures the given Search API query has a language condition applied.
- SearchApiSolrBackend::finalizeIndex in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Apply any finalization commands to a solr index.
- SearchApiSolrBackend::getCollectionEndpoint in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Returns the endpoint to use for the index.
- SearchApiSolrBackend::getIndexId in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Prefixes an index ID as configured.
- SearchApiSolrBackend::getIndexSolrSettings in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Returns the Solr settings for the given index.
- 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::setHighlighting in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Sets the highlighting parameters.
- StreamingExpressionBuilder::__construct in src/
Utility/ StreamingExpressionBuilder.php - StreamingExpressionBuilder constructor.
- Utility::getTimeZone in src/
Utility/ Utility.php - Returns the timezone for a query.