Make info.magnolia.cms.core.search.SearchFactory implementation configurable
----------------------------------------------------------------------------

                 Key: MAGNOLIA-3095
                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3095
             Project: Magnolia
          Issue Type: Improvement
            Reporter: Fabrizio Giustina
            Assignee: Fabrizio Giustina
             Fix For: 4.3


at the moment there is no way to configure a custom SearchFactory/QueryManager 
implementation, query manager is instantiated in a static method of a 
non-configurable class:

{code}
public final class SearchFactory {
    public static QueryManager 
getAccessControllableQueryManager(javax.jcr.query.QueryManager queryManager,
            HierarchyManager hm) {
        return (new QueryManagerImpl(queryManager, hm));
    }
}
{code}

I propose to turn SearchFactory into an interface, configure it in mgnl-beans 
and move the current code to a DefaultSearchFactory

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to