On 8/6/2018 2:47 PM, John Davis wrote: > If a field is set as "ignored" (indexed=false, stored=false) can it be used > for another field as part of copyfield directive which might index/store it.
Yes. The copyField directive is processed before the indexing process gets the document. The original input is copied to the destination field, regardless of what the schema says to do with the source field. Thanks, Shawn