yes it occur because of exsitance text field in my solr-config.xml file
.and text field dos not exist in my schema file
tnx
On Wed, Jul 13, 2016 at 6:04 PM, Erick Erickson
wrote:
> You have to show us exactly what you're doing when you
> add and remove "solr.TextField".
>
> This error _usually_
You have to show us exactly what you're doing when you
add and remove "solr.TextField".
This error _usually_ means that your solrconfig.xml
file for some request handler has
text
and thus when you send a query in without a field
qualifier it is searched for in a "text" field. I suspect
that what y