Is there a way to return result with a common set of fields
E.g. I have two records or documents.
1st Record
ID: 001
Price: 12
2nd Record
ID:002
Price: 20
Remarks: Do not store outdoors
I am looking at for match-all like query to give me the following result
ID: 001
Price: 12 Remarks: NIL
ID:002
Price: 20
Remarks: Do not store outdoors
There should be some values in the "Remarks" field for the first record. It could be blank or a default value
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.