Multi Indices

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

That is a join, which Elasticsearch does not support.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.