Re: Ignored fields and copyfield

2018-08-06 Thread Alexandre Rafalovitch
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, 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 an

Re: Ignored fields and copyfield

2018-08-06 Thread Shawn Heisey
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 origina

Re: Ignored fields and copyfield

2018-08-06 Thread Emir Arnautović
Hi John, Yes it can and it is common pattern when you want to index multiple fields into a single field or if you want to standardise naming without changing indexing logic. Thanks, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Trainin

Re: Ignored fields and copyfield

2018-08-06 Thread Andrea Gazzarini
Hi John, Yes, it's possible. Andrea On Mon, 6 Aug 2018, 22:47 John Davis, wrote: > Hi there, > 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. > > John >

Ignored fields and copyfield

2018-08-06 Thread John Davis
Hi there, 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. John