- Timestamp:
- 01/09/08 00:20:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/services/indexer/backend/solr.php
r14328 r14329 59 59 * 60 60 * @param Array $documents A list of midcom_services_indexer_document objects. 61 * @return bool Indicating success.61 * @return boolean Indicating success. 62 62 */ 63 63 function index ($documents) … … 81 81 * 82 82 * @param string $RI The resource identifier of the document that should be deleted. 83 * @return bool Indicating success.83 * @return boolean Indicating success. 84 84 */ 85 85 function delete ($RI) … … 94 94 * This will drop the current index. 95 95 * NB: It is probably better to just stop the indexer and delete the data/index directory! 96 * @return bool Indicating success.96 * @return boolean Indicating success. 97 97 */ 98 98 function delete_all()
