[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-4) Be able to use a Lucene Sort er on queries

Ioan Cocan (JIRA) noreply at atlassian.com
Fri Feb 23 12:11:34 EST 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-4?page=comments#action_26256 ] 

Ioan Cocan commented on HSEARCH-4:
----------------------------------

Hello,

Having a way to access the Directory directly is great. DocMapper is a way to get whatever info is available only in index, that is correct. 

What i meant by loading a parent along with children is something like:

Let's assume a Feed that has many FeedEntries objects. I would index FeedEntry (this one contains a Feed) and expect to be able to do a search on FeedEntry and have the FeedEntry result object populated with the Feed as well. 

I implemented a TwoWayFieldBridge for a Feed hoping that will get called when loading the FeedEntry, so that i can populate the Feed object. That does not seem to happen.



> Be able to use a Lucene Sort er on queries
> ------------------------------------------
>
>          Key: HSEARCH-4
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-4
>      Project: Hibernate Search
>         Type: New Feature

>   Components: query
>     Reporter: Emmanuel Bernard
>     Assignee: Emmanuel Bernard
>      Fix For: FIRST
>  Attachments: SearchDaoImpl.java
>
>


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