You are here

constant APACHESOLR_READ_ONLY in Apache Solr Search 6.3

Same name and namespace in other branches
  1. 8 apachesolr.module \APACHESOLR_READ_ONLY
  2. 5.2 apachesolr.module \APACHESOLR_READ_ONLY
  3. 6 apachesolr.module \APACHESOLR_READ_ONLY
  4. 6.2 apachesolr.module \APACHESOLR_READ_ONLY
  5. 7 apachesolr.module \APACHESOLR_READ_ONLY
6 uses of APACHESOLR_READ_ONLY
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_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

... See full list

File

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

Code

define('APACHESOLR_READ_ONLY', 1);