RE: Solr fields mapping

2020-04-30 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Sam, Ah, okay, I see. Hm, I wonder if you could hack "debug mode" to show you how they're interacting with the field. I'll keep thinking ... Best, Audrey On 4/30/20, 3:20 PM, "sambasivarao giddaluri" wrote: Hi Audrey, Yes i am aware of copyField but it does not fit in my use c

Re: Solr fields mapping

2020-04-30 Thread matthew sporleder
fl=createdByMap:concat("createdBy.userName: ",createdBy.userName,",","createdBy.name: ",createdBy.name," ...) On Thu, Apr 30, 2020 at 3:20 PM sambasivarao giddaluri wrote: > > Hi Audrey, > > Yes i am aware of copyField but it does not fit in my use case. Reason is > while giving as output we have

Re: Solr fields mapping

2020-04-30 Thread sambasivarao giddaluri
Hi Audrey, Yes i am aware of copyField but it does not fit in my use case. Reason is while giving as output we have to show each field with its value, with copy it combines the value but we do not know field and value relationship. regards sam On Wed, Apr 29, 2020 at 9:53 AM Audrey Lorberfeld -

Re: Solr fields mapping

2020-04-29 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Hi, Sam! Have you tried creating a copyField? https://builds.apache.org/view/L/view/Lucene/job/Solr-reference-guide-8.x/javadoc/copying-fields.html Best, Audrey On 4/28/20, 1:07 PM, "sambasivarao giddaluri" wrote: Hi All, Is there a way we can map fields in a single field? Ex: s