Re: Question about cmis path

2016-06-24 Thread Florent Guillaume
Hi, Please use a new subject when asking a new question. Regards, Florent On Fri, Jun 24, 2016 at 1:27 PM, Neza Guillaine wrote: > Dear Florian and cmis devs, > > I am writing to request for your advise, > Yesterday my query was limiting the results to 2000 documents only. Yet I > know I have

Re: Question about cmis path

2016-06-24 Thread Neza Guillaine
Dear Florian and cmis devs, I am writing to request for your advise, Yesterday my query was limiting the results to 2000 documents only. Yet I know I have about 4500 documents. Following your advise, I had modified my SharePoint threshold limit view to return up to 100,000 but it still giving me 2

Re: Question about cmis path

2016-06-23 Thread Florian Müller
Hi Neza, Your assumption is correct. You should get at max 10,000 results and your case all results. Check if there is a limit on the server side. - Florian Dear Florian and devs, I hope this email finds you well. I am writing to request for you help again. I was trying to use the query

Re: Question about cmis path

2016-06-23 Thread Neza Guillaine
Dear Florian and devs, I hope this email finds you well. I am writing to request for you help again. I was trying to use the query result to return all documents properties in my repository. However, my repo has about 4310 but I am only able to return 2000. I used the following codes: String que

Re: Question about cmis path

2016-06-20 Thread Neza Guillaine
Hi Florian, Thanks for the quick response. I tried it and it worked as expected. I am still exploring the functionalities and I a m getting along well. bear wit me for any question that might seem too basic. Regards, Neza On Mon, Jun 20, 2016 at 11:37 AM, Florian Müller wrote: > Hi Neza, > > I

Re: Question about cmis path

2016-06-20 Thread Florian Müller
Hi Neza, It is not possible to get the path of a document in a query result. You have to iterate over the result set and call getPaths(). - Florian Dear all, I hope this email finds you well. I am writing to request for your help. I was using cmis query to query all documents in myreposi