24 calls to apachesolr_environment_variable_get() in Apache Solr Search 8
- apachesolr_access_apachesolr_index_document_build_node in apachesolr_access/
apachesolr_access.module  - Implements hook_apachesolr_index_document_build_node()
 - apachesolr_clear_last_index_position in ./
apachesolr.module  - Clear a specific environment, or clear all.
 - apachesolr_cron in ./
apachesolr.module  - Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment.
 - apachesolr_do_query in ./
apachesolr.module  - Execute a keyword search based on a query object.
 - apachesolr_get_last_index_position in ./
apachesolr.module  - Returns last changed and last ID for an environment and entity type.
 - apachesolr_get_last_index_updated in ./
apachesolr.module  - Get the timestamp of the last index update.
 - apachesolr_get_solr in ./
apachesolr.module  - Factory method for solr singleton objects. Structure allows for an arbitrary number of solr objects to be used based on a name whie maps to the host, port, path combination. Get an instance like this: try { $solr = apachesolr_get_solr(); } catch…
 - apachesolr_index_batch_index_finished in ./
apachesolr.admin.inc  - Batch 'finished' callback
 - apachesolr_index_delete_entity_from_index in ./
apachesolr.index.inc  - Delete an entity from the index.
 - apachesolr_index_nodeapi_mass_delete in ./
apachesolr.index.inc  - Mass delete nodes from the solr indexer tables.
 - apachesolr_index_nodeapi_mass_update in ./
apachesolr.index.inc  - Mass Update nodes from the solr indexer table
 - apachesolr_search_add_boost_params in ./
apachesolr_search.module  - apachesolr_search_field_bias_form in ./
apachesolr_search.admin.inc  - Form builder function to set query field weights.
 - apachesolr_search_form_facetapi_realm_settings_form_alter in ./
apachesolr_search.module  - Implements hook_form_[form_id]_alter().
 - apachesolr_search_init in ./
apachesolr_search.module  - Implements hook_init().
 - apachesolr_search_result_bias_form in ./
apachesolr_search.admin.inc  - Form builder function to set date, comment, etc biases.
 - apachesolr_search_run in ./
apachesolr_search.module  - Execute a search results based on keyword, filter, and sort strings.
 - apachesolr_search_type_boost_form in ./
apachesolr_search.admin.inc  - Form builder function to set query type weights.
 - apachesolr_search_update_7006 in ./
apachesolr_search.install  - Remove all apachesolr_search env variables for show_facets if it is zero
 - apachesolr_set_last_index_position in ./
apachesolr.module  - Sets last changed and last ID for an environment and entity type.
 - apachesolr_status_page in ./
apachesolr.admin.inc  - Gets information about the fields already in solr index.
 - apachesolr_update_7012 in ./
apachesolr.install  - Rename some variables and update the database tables
 - DrupalApacheSolrService::search in ./
Drupal_Apache_Solr_Service.php  - Simple Search interface
 - DrupalSolrOfflineEnvironmentWebTestCase::testCreateNewSearchEnvironment in tests/
apachesolr_base.test  - Asserts that we can edit a search environment