All, We have a dateImported field in our schema. I'd like to generate a statistic showing the median dateImported (actually we want median age of the documents, based on the dateImported value). I have other stats that calculate the median value of numbers (like price). This was achieved with something like: rows=0&stats=true&stats.field={!tag=piv1 percentiles='50'}price&facet=true&facet.pivot={!stats=piv1 }status I have not found a way to calculate the median dateImported. The mean works, but we need median. Any help would be appreciated? Cheers,
Jim