To Solr users: I'm curious: do you store everything in a database and just use Solr for indexing/searching, or do you store everything in Solr so that your search results come back with context? Or something in between? (I know if you want highlighting you have to store those fields.)
At the moment, I'm using Solr without a database, storing all the fields, which is convenient for search/retrieval but slow for updating. -Stuart