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
Default solr configuration has defined some request handlers with defaults that match the default schema included in the solr tarball.
Check the request handlers defined in solrconfig and you might find that
and other configuration values include some fields you haven't defined in the schema.
Also, check your schema.xml, that the default search field isn't set to text like this: