ind1,ind2/_search
{
"query": {
"bool": {
"should": [
{
"bool": {
"must": [
{
"match": {
"linked_m_id": "11197"
}} ]} },
{
"bool": {
"must": {
"match": {
"m_id": ""
}} }}]} },
"aggs": {}
}
I want to use first 'ind1' output m_id as input second 'ind2'
can any one help on thiss