{
name:"bach",
introduction:"bwv1004"
works:[
{work_name:"bach bwv1004"},
{work_name:"bach violin concerto"}
]
}
I expect to get following answer when searching "bwv"
{
introduction:"bwv1004",
works:[
{work_name:"bach bwv1004"}
]
}
{
name:"bach",
introduction:"bwv1004"
works:[
{work_name:"bach bwv1004"},
{work_name:"bach violin concerto"}
]
}
I expect to get following answer when searching "bwv"
{
introduction:"bwv1004",
works:[
{work_name:"bach bwv1004"}
]
}
It looks like works
is an array, I'm not sure you can just return part of that in a query though.
© 2020. All Rights Reserved - Elasticsearch
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.