mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-339: Rewriting the _interval_mappings_
This commit is contained in:
+3
-2
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user