> >> Yes, but dates are fairly spesific, say 06:45 Nov. 2 , 2009. What if
> I
> >> want to say "Sort so that withing entries for Nov. 2 , you sort by
> >> relevance" for example?
> >>
> >
> > Append "/DAY" to the date value you index, for example
> >
> > "1995-12-31T23:59:59Z/DAY" will yield "1995-12-31"
> >
> > So that all documents with the same date will then be sorted by
> relevance or whatever you specify as the next criteria in the "sort"
> parameter.
> Thanks, this happens at indexing time?

Yes

Reply via email to