I have the a document type that includes a JSON block like this:
"identifiers": [
{
"name": "PolicyId",
"value": "6bc3daab469b401f86e5aa0fd5982fe7" <--- I want this to be the document Id
},
{
"name": "QuoteNumber",
"value": "471657"
},
{
"name": "TertiaryId",
"value": "LBD000004206"
}
],
How the heck do I create a mapping that will use the value of the "value" element in the array element where the name = 'PolicyId'?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.