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
hi i switched from solr 5.3 to solr 6.1.0.
in my schema file i have a solr.textField
now when i start solr and add core . i get this exception
org.apache.solr.common.SolrException: undefined field text
at
org.apache.solr.schema.IndexSchema.getDynamicFieldType(IndexSchema.java:1300)