Hi,

I'm trying to implement dynamic range facets in Lucene, along the same lines as 
in the org.apache.lucene.demo.facet.RangeFacetsExample. However, in my case I'm 
dealing with documents that don't have a single timestamp, but an interval 
defined by a start- and end-timestamp.

What I'm trying to end up with, I guess, is exactly this

http://blog.mikemccandless.com/2013/12/fast-range-faceting-using-segment-trees.html

But I couldn't figure out whether this functionality has really gone into 
Lucene. In discussion, someone also pointed out this to me:

http://wiki.apache.org/solr/SpatialForTimeDurations

i.e. using (start/end) as point coordinates and then use spatial indexing. Is 
this still the recommended approach? Any pointers on how to best approach this 
would be highly appreciated.

Thanks,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to