You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Sven Schönfeldt <sc...@subshell.com> on 2014/11/26 13:09:57 UTC

Getting multiple Result for same document, doing a dateRange query on multiple date field

Hi Solr-Users,

i like to do a date range query on a multiple date field "dateField_dts:[NOW TO NOW+7DAY]“.
If the query find a document that has more then one date matching in that range, it would be nice to have multiple times the document in the result, with an identification what date the result hit.

Is there any chance to do that, or something similar in query time?

Regards Sven