SEARCH-339: Rewriting the _interval_mappings_

This commit is contained in:
Gethin James
2017-04-10 16:04:53 +02:00
parent 0672edb794
commit b555e7dcc4
@@ -70,10 +70,11 @@ public class RewriteFacetCountsComponent extends SearchComponent
rewrite(rb, "_field_mappings_", "facet_counts", "facet_fields");
rewrite(rb, "_date_mappings_", "facet_counts", "facet_dates");
rewrite(rb, "_range_mappings_", "facet_counts", "facet_ranges");
rewrite(rb, "_interval_mappings_", "facet_counts", "facet_intervals");
rewrite(rb, "_pivot_mappings_", "facet_counts", "facet_pivot");
rewritePivotFields(rb, "facet_counts", "facet_pivot");
// TODO: rewrite(rb, "_interval_mappings_", "facet_counts", "facet_fields");
rewrite(rb, "_stats_field_mappings_", "stats", "stats_fields");