You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2017/10/27 08:38:01 UTC

[jira] [Updated] (OAK-6873) UserInitializer should not use hard coded QueryIndexProvider

     [ https://issues.apache.org/jira/browse/OAK-6873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Mehrotra updated OAK-6873:
---------------------------------
    Attachment: OAK-6873-v1.patch

[possible patch|^OAK-6873-v1.patch] for the same. With this all test currently pass so wanted to check if this approach looks fine

[~tmueller] [~stillalex] [~anchela] Please review



> UserInitializer should not use hard coded QueryIndexProvider
> ------------------------------------------------------------
>
>                 Key: OAK-6873
>                 URL: https://issues.apache.org/jira/browse/OAK-6873
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: security
>            Reporter: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.8
>
>         Attachments: OAK-6873-v1.patch
>
>
> [UserInitializer|https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/UserInitializer.java#L99] uses specific QueryIndexProvider
> {noformat}
>         Root root = RootFactory.createSystemRoot(store, EmptyHook.INSTANCE, workspaceName,
>                 securityProvider,
> new CompositeQueryIndexProvider(new PropertyIndexProvider(), new NodeTypeIndexProvider()));
> {noformat}
> Due to this its not possible to use other implementation of QueryIndexProvider like Lucene. To allow using other index types it should instead use {{WhiteboardIndexProvider}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)