Sha256: eed14989c964f2b29584da69d0e35ac766403dbb6d27639f4487e5da7b3e8f20
Contents?: true
Size: 1.63 KB
Versions: 37
Compression:
Stored size: 1.63 KB
Contents
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <h2 #annTitle("Facets generated by adding &facet.range= to the request")>Range Facets</h2> #set($field = $response.response.facet_counts.facet_ranges.price.counts) #set($start = $response.response.facet_counts.facet_ranges.price.start) #set($end = $response.response.facet_counts.facet_ranges.price.end) #set($gap = $response.response.facet_counts.facet_ranges.price.gap) #set($before = $response.response.facet_counts.facet_ranges.price.before) #set($after = $response.response.facet_counts.facet_ranges.price.after) ##TODO: Make this display the "range", not just the lower value ##TODO: Have a generic way to deal with ranges #display_facet_range($field, "Price (in $)", "price", $start, $end, $gap, $before, $after) #set($field = $response.response.facet_counts.facet_ranges.manufacturedate_dt) #display_facet_range_date($field, "Manufacture Date", "manufacturedate_dt")
Version data entries
37 entries across 37 versions & 2 rubygems