Hi all, 
I am new to the SOLR world, so bear with me. I have currently have 2 cores
that share the same schema, or so I think? I have noticed that certain
fields don't exist in both cores even though they are set to look at the
same config sets (S:\solr-6.1.0\server\solr\configsets\sitecore_configs).

I am expecting both cores to have the following fields: 
official_title_s
official_title_t

However, the second core only recognizes:
official_title_s

It seems that the schema doesn't recognize my field the same in both cores.

My dynamic fields are:
<dynamicField name="*_t" type="text_general" indexed="true" stored="true" />
<dynamicField name="*_s" type="string" indexed="true" stored="true" />



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to