Re: Querying any view in cblite for the first time after they are created takes very long (cordova)

2015-05-18 Thread Hideki Itakura
Hi Vinay, I confirmed the updateIndex() performance problem with your test code. Thanks. >From now, can we track this issue with Github Issue Tracker? https://github.com/couchbase/couchbase-lite-java-core/issues/630 Thanks! Hideki On Sunday, May 17, 2015 at 10:57:50 PM UTC-7, Vinay Bhinde wrote

Re: Trouble in changing access of doc's channel

2015-05-18 Thread atom992
Thank you very much. On Monday, May 18, 2015 at 10:23:57 PM UTC+8, ajres wrote: > > @atom992 > > If you started a new sync after you changed docC you should only get docB > and docC. > > If you ran sync from the start then once docA has been sync'd to the > client it will not be removed if the u

Re: How to update an existing view and update index ? (ios / swift)

2015-05-18 Thread Jens Alfke
> On May 18, 2015, at 1:23 AM, Pelle Krøgholt wrote: > > whats the equivalent to(in Java): > view.setCollation(com.couchbase.lite.View.TDViewCollation.TDViewCollationRaw) > in ios ? Again, View.collation isn’t in our public API (as you can see here

Re: Trouble in changing access of doc's channel

2015-05-18 Thread ajres
@atom992 If you started a new sync after you changed docC you should only get docB and docC. If you ran sync from the start then once docA has been sync'd to the client it will not be removed if the user looses access to the channel it was originally pulled from. There is a ticket describing

Trouble in changing access of doc's channel

2015-05-18 Thread atom992
Hi,all I have a trouble in changing access of channel,: I have three docs: doc A like this:{"type":"typeA","key":"keyA"} doc B like this:{"type":"typeB","key":"keyB"} doc C like this:{"type":"typeC","key":"keyC","refer_id":"keyA","user_id":"user1"} and one user:user1 with no roles and admin_c

Re: How to update an existing view and update index ? (ios / swift)

2015-05-18 Thread Pelle Krøgholt
On Sunday, May 17, 2015 at 2:07:50 AM UTC+2, Jens Alfke wrote: > > > On May 16, 2015, at 2:54 PM, Jens Alfke > > wrote: > > For some reason this method was accidentally not made public in iOS. I’ve > just filed an issue > . I’ll see i