Re: Question about Oak search/query.

2013-12-06 Thread Jukka Zitting
Hi, On Thu, Dec 5, 2013 at 9:36 PM, Ian Boston i...@tfd.co.uk wrote: Will the search index contain access control information or will the search results be filtered as each result is retrieved ? The results will be filtered after the index lookup. It would be possible for a custom search index

Re: Question about MVCC with MongoMK.

2013-12-06 Thread Jukka Zitting
Hi, On Thu, Dec 5, 2013 at 9:43 PM, Ian Boston i...@tfd.co.uk wrote: Is it possible to branch an Oak repository and maintain a detached root node for a period of time that one or more Oak instances attached to a MongoDB instance can follow for a short period of time before merging the branch

Re: Question about MVCC with MongoMK.

2013-12-06 Thread Bertrand Delacretaz
Hi, On Fri, Dec 6, 2013 at 11:12 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: ...The SegmentMK (with the MongoDB backend) can do this using the hierarchical journal feature The SegmentMK maintains one or more journals that each track the evolution of a particular branch of the

Re: Question about MVCC with MongoMK.

2013-12-06 Thread Jukka Zitting
Hi, On Fri, Dec 6, 2013 at 5:26 AM, Bertrand Delacretaz bdelacre...@apache.org wrote: Is that possible today, or reasonably simple to implement? If yes that would enable such a scenario with minimal application changes, which sounds extremely useful. It's not available yet, but shouldn't be

Re: Question about Oak search/query.

2013-12-06 Thread Tommaso Teofili
Hi all, 2013/12/6 Jukka Zitting jukka.zitt...@gmail.com Hi, On Thu, Dec 5, 2013 at 9:36 PM, Ian Boston i...@tfd.co.uk wrote: Will the search index contain access control information or will the search results be filtered as each result is retrieved ? The results will be filtered after

Re: Question: In Repository Index file.

2013-12-06 Thread Alex Parvulescu
Hi, On Fri, Dec 6, 2013 at 11:06 AM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Fri, Dec 6, 2013 at 1:25 AM, Ian Boston i...@tfd.co.uk wrote: In Oak when a index is stored in the repository, how is it updated when the repository is MongoDB backed and there are multiple JVM

Re: Question: In Repository Index file.

2013-12-06 Thread Tommaso Teofili
2013/12/6 Alex Parvulescu alex.parvule...@gmail.com Hi, On Fri, Dec 6, 2013 at 11:06 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, On Fri, Dec 6, 2013 at 1:25 AM, Ian Boston i...@tfd.co.uk wrote: In Oak when a index is stored in the repository, how is it updated when the

Re: Question about MVCC with MongoMK.

2013-12-06 Thread Bertrand Delacretaz
Hi, On Fri, Dec 6, 2013 at 11:36 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: ...The main question here is whether we want to go down that path, as the feature is only available with the SegmentMK (at least for now) and we've generally wanted to avoid exposing such implementation-specific

jackrabbit-oak build #2913: Fixed

2013-12-06 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #2913 Status: Fixed Duration: 2099 seconds Commit: a941ff82d2992190ce2af3c4de84fe8b69dda8a5 (trunk) Author: Jukka Zitting Message: OAK-17: Modularisation and configuration concept Simplify

Re: Question about Oak search/query.

2013-12-06 Thread Ian Boston
Hi, On 6 December 2013 16:12, Tommaso Teofili tommaso.teof...@gmail.com wrote: Hi all, 2013/12/6 Jukka Zitting jukka.zitt...@gmail.com Hi, On Thu, Dec 5, 2013 at 9:36 PM, Ian Boston i...@tfd.co.uk wrote: Will the search index contain access control information or will the search

Re: Question: In Repository Index file.

2013-12-06 Thread Ian Boston
Hi, Thanks all for the clarification. Good to know there is fallback. If the Solr index is intended for full text, can it still be used to build facets on a reasonably well defined set of properties ? Best Regards Ian On 6 December 2013 16:20, Tommaso Teofili tommaso.teof...@gmail.com wrote:

Re: Question about MVCC with MongoMK.

2013-12-06 Thread Ian Boston
On 6 December 2013 16:44, Bertrand Delacretaz bdelacre...@apache.org wrote: Hi, On Fri, Dec 6, 2013 at 11:36 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: ...The main question here is whether we want to go down that path, as the feature is only available with the SegmentMK (at least for

Re: Question about Oak search/query.

2013-12-06 Thread Tommaso Teofili
Hi, 2013/12/6 Ian Boston i...@tfd.co.uk Hi, On 6 December 2013 16:12, Tommaso Teofili tommaso.teof...@gmail.com wrote: Hi all, 2013/12/6 Jukka Zitting jukka.zitt...@gmail.com Hi, On Thu, Dec 5, 2013 at 9:36 PM, Ian Boston i...@tfd.co.uk wrote: Will the search index contain

Re: Question about Oak search/query.

2013-12-06 Thread Ian Boston
On Friday, December 6, 2013, Tommaso Teofili wrote: Hi, 2013/12/6 Ian Boston i...@tfd.co.uk javascript:; Hi, On 6 December 2013 16:12, Tommaso Teofili tommaso.teof...@gmail.comjavascript:; wrote: Hi all, 2013/12/6 Jukka Zitting jukka.zitt...@gmail.com javascript:;

Re: Question: In Repository Index file.

2013-12-06 Thread Ian Boston
On Friday, December 6, 2013, Alex Parvulescu wrote: if we are being technical :) the property index already has all the info you'd need, just list all the keys and you get the facets (not so easy for item counts for one facet though). Do IIUC? The facet support[1] in the Solr Api is not