You are here

21 calls to apachesolr_environment_variable_get() in Apache Solr Search 6.3

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. @todo See if we can add info to the content type array for the cron_check
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_index_delete_entity_from_index in ./apachesolr.index.inc
Delete an entity from the index.
apachesolr_index_get_entities_to_index in ./apachesolr.index.inc
Returns an array of rows from a query based on an indexing environment. @todo Remove the read only because it is not environment specific
apachesolr_index_nodeapi_mass_delete in ./apachesolr.index.inc
Mass delete nodes form 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_6301 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.
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