[ 
http://jira.magnolia-cms.com/browse/MAGNOLIA-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fabrizio Giustina resolved MAGNOLIA-3095.
-----------------------------------------

    Resolution: Fixed

done for 4.3. Also changed a few fields/methods from private to protected for 
easier subclassing.

(FYI I am working to an alternative implementation in order to add some 
jackrabbit feature we actually don't support like scoring, excerpts, spell 
checker, paging - but it will not be ready for 4.3)


> 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