Hi, all, In this thread, I would like to ask some technical questions about how the schema is defined to achieve language specific fields "text".
Say, currently I have the filed "text" defined as follows: <field name="<b>text*" type="text_general" indexed="true" stored="true" multiValued="true"/> After indexing a document, I can see a field in the document extracted correctly. My first attempt is to add a filed named "text_en", defined exactly the same way as "text": <field name="<b>text_en*" type="text_general" indexed="true" stored="true" multiValued="true"/> However, after indexing the same document, why cannot I see the filed extracted? Is it because "text" is a reserved field that cannot be changed dynamically? -- View this message in context: http://lucene.472066.n3.nabble.com/language-specific-fields-of-text-tp3698985p3698985.html Sent from the Solr - User mailing list archive at Nabble.com.