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

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Feb 13 18:15:40 EST 2007


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

Emmanuel Bernard commented on HSEARCH-4:
----------------------------------------

Hi,
So my view is that an index does not store all the information to hydrate an object, so the DocMapper would essentially be a projection at best, is that right?
Note that I have made the Lucene Directory access easier so that you can execute plain queries.
I would not recommend to use the Workspace since it add unncecessary locks to your index AFAIR

I don't understand "I think there is no way (yet) to load a parent within a one to many relationship.", you mean there is no way to index the collection? But in this case we are interested in indexing the actul elements in the collection, which is done by indexing the associated entity

> 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