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 11:48:00 UTC

[jira] [Resolved] (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 resolved OAK-6873.
----------------------------------
       Resolution: Fixed
         Assignee: Chetan Mehrotra
    Fix Version/s: 1.7.11

Thanks for the feedback. Applied the patch along with a testcase with 1813511

> 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
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.8, 1.7.11
>
>         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)