I need to prevent documents to be inserted into single index if it has the same data
EX:
{
"_score":1.0,
"_source":{
"value":{
"user":"test user",
"age":"20"
}
}
I need top prevent any documents has the same user and age into the same index
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.