This is very serious. You are missing a field called "text". You have a field _type_ called "text", maybe that's where the confusion came from. Is that something you configured in dovecote? Was it supposed to be "body" or a catch-all field with copyFields into it?
I don't know Dovecote, but it is a clear mismatch between expectations and reality. So, you need to check which one it is. One way would be to query Solr directly and see if you have anything in your "body" field. It's not stored, but you can check the indexed tokens in the Web Admin UI under Schema Definition (or some such) and asking to load token values for that field. If you have content in "body" field then your indexing works and either you need to search also against that field or have copyField instructions (which should have came with Dovecote install). Fix this first. Regards, Alex. On 25 February 2015 at 10:39, Kevin Laurie <superinterstel...@gmail.com> wrote: > Hi Alex, > > I get 1 error on start up > Is the error below serious:- > > > 2/25/2015, 11:32:30 PM ERROR SolrCore > org.apache.solr.common.SolrException: undefined field text > > org.apache.solr.common.SolrException: undefined field text > at > org.apache.solr.schema.IndexSchema.getDynamicFieldType(IndexSchema.java:1269) > at > org.apache.solr.schema.IndexSchema$SolrQueryAnalyzer.getWrappedAnalyzer(IndexSchema.java:434) ---- Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/