====== Solr Notes ====== Below are some examples/notes relating to Solr that may be useful for Solr users. **\\ ** **Example Queries** \\ **Notes:** - When generating queries, it is important to add the field name to all of the search terms you are using, otherwise, Solr will default to the content field for terms that have no field specification.  - When running facet queries, make sure that you are faceting on is specified as a 'DocValues' within the Solr schema.  Faceting on fields that are not 'DocValues' can potentially bring Solr down. \\