And if you want an opposite effect, you can ignore during Update Request Processor pipeline.
Regards, Alex On Mon, Aug 6, 2018, 5:35 PM Shawn Heisey, <apa...@elyograg.org> wrote: > 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 > >