[hibernate-issues] [Hibernate-JIRA] Resolved: (HSEARCH-53) Add support for projection (ie read the data from the index only)

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu May 17 15:21:04 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved HSEARCH-53.
-------------------------------------

    Resolution: Fixed

fullTextQuery.setProjection("id", "summary", "author.name");
List<Object[]> result = (List<Object[]>) fullTextQuery.list();

> Add support for projection (ie read the data from the index only)
> -----------------------------------------------------------------
>
>                 Key: HSEARCH-53
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-53
>             Project: Hibernate Search
>          Issue Type: New Feature
>          Components: query
>            Reporter: Emmanuel Bernard
>            Assignee: Emmanuel Bernard
>             Fix For: 3.0.0.beta2
>
>


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

        



More information about the hibernate-issues mailing list