Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94D70D3E5 for ; Wed, 17 Oct 2012 08:40:00 +0000 (UTC) Received: (qmail 24189 invoked by uid 500); 17 Oct 2012 08:40:00 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 24142 invoked by uid 500); 17 Oct 2012 08:39:59 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 24117 invoked by uid 99); 17 Oct 2012 08:39:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 08:39:59 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [92.51.170.73] (HELO server02.mc0.hosteurope.de) (92.51.170.73) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 08:39:52 +0000 Received: from server04.webmailer.hosteurope.de ([10.9.0.183]); by mailout.hosteurope.de (server02.mc0.hosteurope.de) running EXperimental Internet Mailer with esmtps (TLSv1:AES256-SHA:256) id 1TOPA2-0005VA-GD; Wed, 17 Oct 2012 10:39:30 +0200 Received: from nobody by server04.webmailer.hosteurope.de with local (Exim 4.72) (envelope-from ) id 1TOPA2-0007Vy-EP; Wed, 17 Oct 2012 10:39:30 +0200 To: Subject: Re: Date extraction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 17 Oct 2012 10:39:30 +0200 From: =?UTF-8?Q?Florian_M=C3=BCller?= Cc: Tison Vincent In-Reply-To: <95FAE12D9F8ADB409152E7823A43D54E3CDD6EF0@srvdiexb> References: <95FAE12D9F8ADB409152E7823A43D54E3CDD6EF0@srvdiexb> Message-ID: <6e9d388267f2d25a3aa40021324909e8-EhVcXl9JQQFXRwQFDQkEXR0wfgZLV15fQUBFBEFYXS9ZUF0WWlloB11LX15bLkQBWlpdRltUXwg=-webmailer2@server04.webmailer.hosteurope.de> X-Sender: fmui@apache.org User-Agent: Host Europe Webmailer/2.0 X-HE-Access: Yes X-bounce-key: webpack.hosteurope.de;fmui@apache.org;1350463170;a7be9bbd; X-Virus-Checked: Checked by ClamAV on apache.org Hi Vincet, There are no aggregation or grouping functions in the CMIS query language. All you can do is to perform a query for each months with a page size of 1 and then check if you get results back. - Florian > Hello !! > > Is there a way to write a query to get a distinct of all the dates of > modification of the documents in a node ? > > The results would be something like this : > April 2011 > December 2011 > January 2012 > March 2012 > August 2012 > > I would click on the date afterwards and search the documents within > that time range through a "*" search. > > Thanks for the help ! > > Vincent