Hi Charles,

Thanks for the valuable information. Will use search:check-options()
to verify the options.

Regards,
Blessing

On Fri, Sep 27, 2013 at 2:49 AM, Charles Greer <cgr...@marklogic.com> wrote:
> Hi Blessing,
>
> The lack of sorting on path-index is a known issue in Search API and is
> currently scheduled for fixing in 6.0-5.  You'll have better information
> about your search options by running search:check-options() on them
> beforehand.
>
> Charles
>
>
>
>
> On 09/26/2013 05:53 AM, Blessing N wrote:
>
> Hi,
>
> I have an element DateTimeList in each record with child element as follows
>
> <record >
> <DateTimeList>
> <DateTime>2014-05-07T10:26:00</DateTime>
> </DateTimeList>
> </record>
> <record>
> <DateTimeList>
> <DateTime>2013-12-01T00:00:00</DateTime>
> <DateTime>2014-05-01T00:00:00</DateTime>
> <DateTime>2014-12-01T00:00:00</DateTime>
> </DateTimeList>
> </record>
> <record>
> <DateTimeList>
> <DateTime>2013-09-01T10:32:42</DateTime>
> </DateTimeList>
> </record>
> <record>
> <DateTimeList>
> <DateTime>2014-05-30T00:00:00</DateTime>
> <DateTime>2015-05-30T00:00:00</DateTime>
> </DateTimeList >
> </record>
>
> I have element-range-index for <DateTime> as xs:dateTime.
> In search:search options when <DateTime> is used for Sort-Order, by default
> it takes the newest date in each record for descending order and the oldest
> date in each record for ascending order.
> But my requirement is to sort(asc/desc) records based only on the oldest
> date in each record.
>
> Also we tried creating Path-Range-Index as follows since the first
> <DateTime> child element holds the oldest date always
> <path-index>/record/DateTimeList/DateTime[1]</path-index>
> which didn't work either. Can someone guide me on this?
>
> Your help is greatly appreciated.
>
> Thanks,
> Blessing
>
>
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> http://developer.marklogic.com/mailman/listinfo/general
>
>
> --
> Charles Greer
> Senior Engineer
> MarkLogic Corporation
> charles.gr...@marklogic.com
> Phone: +1 707 408 3277
> www.marklogic.com
>
>
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> http://developer.marklogic.com/mailman/listinfo/general
>
_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to