Posts の時系列データを取得するには、次のクエリを使用します。
q=*:*&facet=true&facet.date=created_at_d&start=0
&f.created_at_d.facet.date.start=2009-06-20T14:05:28Z
&f.created_at_d.facet.date.end=2011-07-05T14:05:28Z
&f.created_at_d.facet.date.gap=%2B3600SECONDS
&fq=type:Post&rows=0&f.created_at_d.facet.mincount=1
&facet.sort=count
facet.date.start をランダムな過去の日付 (たとえば 100 年) に設定せずにすべての時間データを取得する方法はありますか?
All time data => from the created_at of the very first Post.