Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2009 at 10:58 UTC
Updated:
22 Sep 2009 at 14:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedI'm changing the function signatures for the following:
function apachesolr_rebuild_index_table($type = NULL)
function apachesolr_delete_index($type = NULL)
Both now take an optional parameter that represents a single content type.
Additionally I added drush support to call these functions from the command line:
Comment #2
robertdouglass commented