[ 
https://issues.apache.org/jira/browse/OAK-6873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222375#comment-16222375
 ] 

Chetan Mehrotra commented on OAK-6873:
--------------------------------------

Fixed that with 1813536

> 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)

Reply via email to