You are hereapache
apache
Apache Solr Search Mastery
Peter Wolanin and Robert Douglass work on the Solr search module in Drupal. They both work for Acquia.
Overview
- What is solr and how do you run it locally
- Getting Drupal data into Solr
- Changes in Drupal 7
- Field API integration
- Searching Solr from Drupal
- Modifying what's searched and the results
- Theming search results
The code examples in these presentation work in Drupal 7; the Drupal 6 module is very similar with slight modifications.
Increasing Drupal's File Size Upload Limit
By default, most Drupal setups have an upload file size limit of 2 megabytes. That's enough for uploading most content like images and short Word documents and PDF files. But start uploading larger files like audio or video, and you'll quickly run into this frustrating upload limit. Some video files can be hundreds of megabytes! Here's how you can get around the limit.