Hi,

I am in the need of range types in SOLR - similar to PostgreSQL:
https://wiki.postgresql.org/images/7/73/Range-types-pgopen-2012.pdf

My schema should allow approximate dates and queries on that. When having a single such date per document one can split this information into two separate fields. But this is not an option if the date is multiple. One have to to split the document into two ore more documents.

I wonder if that has to be so complicated. Does somebody know if SOLR already supports range types? If not, how difficult would it be to implement? Is anybody in the need for range types, too?

kind regards,

Thomas

Reply via email to