Is there a comprehensive/big set of tips for making solr into a search-engine as a human would expect one to behave? I poked around in the nutch github for a minute and found this: https://github.com/apache/nutch/blob/9e5ae7366f7dd51eaa76e77bee6eb69f812bd29b/src/plugin/indexer-solr/schema.xml but I was wondering if I was missing a very obvious document somewhere.
I guess I'm looking for things like: use suggester here, use spelling there, use DocValues around here, DIY pagerank, etc Thanks, Matt