Re: [MarkLogic Dev General] Path index with namespace in an serialized cts:query node

2013-01-28 Thread Pascal Cadet
-marklogic/ Best regards, Pascal 2012/11/1 Pascal Cadet pascal.ca...@pressinnov.com Hi Geert, Thanks for reply. You are right, I'll send a mail to the support. And effectively, I use cts function instead. Best regards, Pascal 2012/10/31 Geert Josten geert.jos...@dayon.nl Hi Pascal

Re: [MarkLogic Dev General] Subtract a duration from a date

2012-12-10 Thread Pascal Cadet
/ ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general -- *Pascal **CADET* 06 12 97 02 53 www.pressinnov.com ___ General mailing list General

Re: [MarkLogic Dev General] Subtract a duration from a date

2012-12-10 Thread Pascal Cadet
@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general -- *Pascal **CADET* 06 12 97 02 53 www.pressinnov.com ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] Path value query ?

2012-12-10 Thread Pascal Cadet
Hi, Does exist a cts:path-value-query like cts:element-value-query ? I just see a cts:path-range-query like cts:element-range-query, but I want build a cts:query with a wildcarded value in a path-reference. Thanks for your help ! -- *Pascal **CADET* 06 12 97 02 53 www.pressinnov.com

Re: [MarkLogic Dev General] Subtract a duration from a date

2012-12-10 Thread Pascal Cadet
...@developer.marklogic.com] *On Behalf Of *Pascal Cadet *Sent:* Monday, December 10, 2012 7:50 AM *To:* MarkLogic Developer Discussion *Subject:* Re: [MarkLogic Dev General] Subtract a duration from a date ** ** 6.0-1.1 ** ** 2012/12/10 David Lee david@marklogic.com Curious

Re: [MarkLogic Dev General] Path value query ?

2012-12-10 Thread Pascal Cadet
://docs.marklogic.com/cts:element-range-query with $operator '=', and the path-range index equivalent would be http://docs.marklogic.com/cts:path-range-query -- Mike On 10 Dec 2012, at 04:59 , Pascal Cadet pascal.ca...@pressinnov.com wrote: Hi, Does exist a cts:path-value-query like cts:element

Re: [MarkLogic Dev General] Path index with namespace in an serialized cts:query node

2012-11-01 Thread Pascal Cadet
you could revert to cts functions and xdmp:estimate. Something like xdmp:estimate(cts:search(collection(), cts:path-range-query(…))) Kind regards, Geert *Van:* general-boun...@developer.marklogic.com [mailto: general-boun...@developer.marklogic.com] *Namens *Pascal Cadet *Verzonden

Re: [MarkLogic Dev General] Path index with namespace in an serialized cts:query node

2012-10-31 Thread Pascal Cadet
...@developer.marklogic.com] *Namens *Pascal Cadet *Verzonden:* woensdag 31 oktober 2012 16:01 *Aan:* MarkLogic Developer Discussion *Onderwerp:* Re: [MarkLogic Dev General] Path index with namespace in an serialized cts:query node Geert, I already do this because a cts:path-range-query is all rigtht

Re: [MarkLogic Dev General] Eval and invoke: set the context item?

2012-10-17 Thread Pascal Cadet
there is no way to provide it? ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general -- *Pascal **CADET* 06 12 97 02 53 www.pressinnov.com

Re: [MarkLogic Dev General] Eval and invoke: set the context item?

2012-10-17 Thread Pascal Cadet
...@marklogic.com Phone: +1 812-482-5224 Cell: +1 812-630-7622 www.marklogic.com ** ** *From:* general-boun...@developer.marklogic.com [mailto: general-boun...@developer.marklogic.com] *On Behalf Of *Pascal Cadet *Sent:* Wednesday, October 17, 2012 9:36 AM *To:* Mike Sokolov *Cc

[MarkLogic Dev General] cts:values VS distinct-values( cts:search() ) in ML6

2012-10-16 Thread Pascal Cadet
Hi, For a query as : *let* *$query* := *cts:and-query*(( *cts:directory-query*(/dir/, infinity), *cts:not-query*(*cts:element-value-query*(*xs:QName*(name), value)), *cts:element-attribute-value-query*(*xs:QName*(node1child1), * xs:QName*(id), valAtt) )) How is

Re: [MarkLogic Dev General] cts:values VS distinct-values( cts:search() ) in ML6

2012-10-16 Thread Pascal Cadet
Sorry for the time spent ! The problem was not exactly this ... Pascal 2012/10/16 Pascal Cadet pascal.ca...@pressinnov.com Hi, For a query as : *let* *$query* := *cts:and-query*(( *cts:directory-query*(/dir/, infinity), *cts:not-query*(*cts:element-value-query