Hello,

Is it possible to perform date range faceting on the whole dataset without 
indicating facet.range.start and facet.range.end? 
What if  I have no clue about when my data starts and when it ends (might be 
some point in the future)?  

A sample query: 
http://localhost:8983/solr/enron-path/select?q=*:*&rows=0&facet=true&facet.range=date_tdt&f.date_tdt.facet.range.start=NOW-20YEAR&f.date_tdt.facet.range.end=NOW-14YEARS&f.date_tdt.facet.range.gap=%2B1DAY&debugQuery=true

However, in this case I found the range.start ans range.end points empirically, 
and there still is a lot of "blank" periods. Given, that I actually need to 
step by day, how to avoid unnecessary calculation on dates that are out of my 
data set?  

Thanks,

-- 
Alisa Zhila

Reply via email to