can we use copy_to to customize the fields to have unique mapping.will it cause any issues during indexing or searching... ...will it be deprecated in future version
@warkolm
Is it able to index a document when using "index": no.
ex.
"accountId" : {
"type" : "string",
"index" : "no",
"copy_to": "accountId_308"
},
"accountId_308": {
"type": "long"
}
in the above case, only able to index accountId in a long data format,
my question is able to retrieve a data from accountId,
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.