I\'ve got a Solr instance running on my Ubuntu machine using the default Jetty server that the Solr download comes with. Whenever I start Solr using
The text field is composed of copies of another fields, as specified in the default schema.xml (when inserting a new document).
So, when we have the df "text" in the solrconfig.xml, and we make a search without specifying the field on the solr admin page such as: video. It will be looked up in the text field (which is composed of copies of another fields).