You are here

constant APACHESOLR_READ_WRITE in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.module \APACHESOLR_READ_WRITE
  2. 5.2 apachesolr.module \APACHESOLR_READ_WRITE
  3. 6.3 apachesolr.module \APACHESOLR_READ_WRITE
  4. 6 apachesolr.module \APACHESOLR_READ_WRITE
  5. 6.2 apachesolr.module \APACHESOLR_READ_WRITE

@file Integration with the Apache Solr search application.

6 uses of APACHESOLR_READ_WRITE
apachesolr_cron in ./apachesolr.module
Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment.
apachesolr_environment_edit_form in ./apachesolr.admin.inc
Form builder for adding/editing a Solr environment used as a menu callback.
apachesolr_index_env_is_readonly in ./apachesolr.index.inc
Determine if an environment is in read-only mode.
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_status_page in ./apachesolr.admin.inc
Gets information about the fields already in solr index.

... See full list

File

./apachesolr.module, line 8
Integration with the Apache Solr search application.

Code

define('APACHESOLR_READ_WRITE', 0);