OpenSearch/modules/parent-join/src/main/java/org/elasticsearch/join
Simon Willnauer 82fa531ab4 Remove `_index` fielddata hack if cluster alias is present (#26082)
We introduced a hack in #25885 to respect the cluster alias if available on the `_index` field. This is important if aggregations or other field data related operations are executed. Yet, we added a small hack that duplicated an implementation detail from the `_index` field data builder to make this work. This change adds a necessary but simple API change that allows us to remove the hack and only have a single implementation.
2017-08-08 09:24:24 +02:00
..
aggregations Respect cluster alias in `_index` aggs and queries (#25885) 2017-07-26 09:16:52 +02:00
mapper Remove `_index` fielddata hack if cluster alias is present (#26082) 2017-08-08 09:24:24 +02:00
query parent/child: Removed ParentJoinFieldSubFetchPhase 2017-07-06 13:15:02 +02:00
spi Use SPI in High Level Rest Client to load XContent parsers (#25098) 2017-06-15 12:50:02 +02:00
ParentJoinPlugin.java parent/child: Removed ParentJoinFieldSubFetchPhase 2017-07-06 13:15:02 +02:00