And no cascading of copying (as I experimented). I just enriched the wiki's http://wiki.apache.org/solr/SchemaXml#Copy_Fields
thanks to proof. paul Le 8 févr. 2011 à 11:16, Markus Jelsma a écrit : > Field values are copied before being analyzed. There is no cascading of > analyzers. > >> Hello list, >> >> if I have a field title which copied to text and a field text that is >> copied to text.stemmed. Am I going to get the copy from the field title to >> the field text.stemmed or should I include it? >> >> thanks in advance >> >> paul