apachesolrlang_block |
contrib/apachesolr_lang/apachesolrlang.module |
Implementation of hook_block(). |
|
|
apachesolr_apachesolr_facets |
./apachesolr.module |
|
|
|
apachesolr_base_url |
./apachesolr.module |
|
1 |
|
apachesolr_block |
./apachesolr.module |
Implementation of hook_block(). |
1 |
|
apachesolr_cck_fields |
./apachesolr.module |
This invokes the hook_apachesolr_cck_field_mappings to find out how to handle
CCK fields. |
4 |
|
apachesolr_delete_index_form |
./apachesolr.module |
Create a form for deleting the contents of the Solr index. |
|
1 |
apachesolr_delete_index_form_submit |
./apachesolr.module |
|
|
|
apachesolr_delete_index_form_validate |
./apachesolr.module |
|
|
|
apachesolr_drupal_query |
./apachesolr.module |
|
12 |
|
apachesolr_facetcount_form |
./apachesolr.module |
Used by the 'configure' $op of hook_block so that modules can generically set
facet limits on their blocks. |
3 |
|
apachesolr_facetcount_save |
./apachesolr.module |
Used by the 'save' $op of hook_block so that modules can generically set
facet limits on their blocks. |
3 |
|
apachesolr_facet_block |
./apachesolr.module |
|
3 |
|
apachesolr_failure |
./apachesolr.module |
Determines ApacheSolr's behavior when searching causes an exception (e.g. Solr isn't available.)
Depending on the admin settings, possibly redirect to Drupal's core search. |
2 |
1 |
apachesolr_form_alter |
./apachesolr.module |
Implementation of hook_form_alter(). |
|
|
apachesolr_get_solr |
./apachesolr.module |
Factory method for solr singleton object. Structure allows for an arbitrary
number of solr objects to be used based on the host, port, path combination.
Get an instance like this:
$solr =& apachesolr_get_solr(); |
7 |
|
apachesolr_get_type |
./apachesolr.module |
Callback function for the 'Filter by type' facet block. |
|
1 |
apachesolr_has_searched |
./apachesolr.module |
Semaphore that indicates whether a search has been done. Blocks use this
later to decide whether they should load or not. |
6 |
|
apachesolr_help |
./apachesolr.module |
Implementation of hook_help(). |
|
|
apachesolr_image_apachesolr_update_index |
contrib/apachesolr_image/apachesolr_image.module |
|
|
|
apachesolr_index_key |
./apachesolr.module |
array('index_type' => 'integer',
'multiple' => TRUE,
'name' => 'fieldname',
), |
4 |
|
apachesolr_index_page |
./apachesolr.module |
|
|
1 |
apachesolr_menu |
./apachesolr.module |
Implementation of hook_menu(). |
|
|
apachesolr_mlt_block |
contrib/apachesolr_mlt/apachesolr_mlt.module |
Implementation of hook_block |
|
|
apachesolr_mlt_block_form |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_block_form()
Allows users to create and edit moreLikeThis Blocks. |
|
3 |
apachesolr_mlt_block_form_submit |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_block_submit() |
|
|
apachesolr_mlt_block_form_validate |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_block_validate() |
|
|
apachesolr_mlt_delete_block_form |
contrib/apachesolr_mlt/apachesolr_mlt.module |
|
|
1 |
apachesolr_mlt_delete_block_form_submit |
contrib/apachesolr_mlt/apachesolr_mlt.module |
|
|
|
apachesolr_mlt_get_fields |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_get_fields()
A list of field names used on the settings form. |
1 |
|
apachesolr_mlt_install |
contrib/apachesolr_mlt/apachesolr_mlt.install |
|
|
|
apachesolr_mlt_list_blocks |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_list_blocks()
returns a list of blocks. used by hook_block |
1 |
|
apachesolr_mlt_load_block |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_load_block()
A loader function for the apachesolr more like this module. If the function
is passed a proper block id, the function will return the settings for the
moreLikeThis request. If the block id is invalid the function… |
3 |
|
apachesolr_mlt_menu |
contrib/apachesolr_mlt/apachesolr_mlt.module |
Implementation of hook_menu() |
|
|
apachesolr_mlt_save_block |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_save_block()
A helper function save the block data to the database. If passed a valid
block id, the function will update block settings in the database. If it is
not passed a block id, the function will create a new block. |
1 |
|
apachesolr_mlt_settings |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_settings()
returns the settings page. |
|
1 |
apachesolr_mlt_suggestions |
contrib/apachesolr_mlt/apachesolr_mlt.module |
function apachesolr_mlt_suggestions()
This function loads a the parameters for each moreLikeThis query, performs
the query, and returns a list of linked node titles. |
1 |
|
apachesolr_mlt_uninstall |
contrib/apachesolr_mlt/apachesolr_mlt.install |
|
|
|
apachesolr_multisitesearch_apachesolr_facets |
contrib/apachesolr_multisitesearch/apachesolr_multisitesearch.module |
|
|
|
apachesolr_multisitesearch_block |
contrib/apachesolr_multisitesearch/apachesolr_multisitesearch.module |
Implementation of hook_block(). |
2 |
|
apachesolr_multisitesearch_search |
contrib/apachesolr_multisitesearch/apachesolr_multisitesearch.module |
Implementation of hook_search(). |
|
|
apachesolr_nodeaccess_apachesolr_attachments_update_index |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module |
Implementation of apachesolr_attachments_update_index |
|
|
apachesolr_nodeaccess_apachesolr_modify_query |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module |
Implementation of hook_apachesolr_modify_query(). |
|
|
apachesolr_nodeaccess_apachesolr_update_index |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module |
Implementation of apachesolr_update_index |
2 |
|
apachesolr_nodeaccess_form_alter |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module |
Implementation of hook_form_alter(). |
|
|
apachesolr_nodeaccess_nodeapi |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module |
Implementation of hook_nodeapi(). |
|
|
apachesolr_nodeaccess_node_access_records |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module |
Implementation of hook_node_access_records(). |
|
|
apachesolr_nodeaccess_rebuild_nodeaccess |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module |
Forces Solr to do a total re-index.
This is unfortunate because not every node is going to be affected, but there is little we can do. |
|
1 |
apachesolr_nodeapi |
./apachesolr.module |
Implementation of hook_nodeapi(). |
|
|
apachesolr_requirements |
./apachesolr.module |
Implementation of hook_requirements(). |
1 |
|
apachesolr_search_apachesolr_facets |
./apachesolr_search.module |
|
|
|