-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Will hibernate search use lucene's new BlockJoinQuery?
PostPosted: Sun Oct 09, 2011 4:32 am 
Beginner
Beginner

Joined: Tue May 11, 2004 12:20 am
Posts: 33
Hi,

I just noticed the new 'BlockJoinQuery' in lucene 3.4.
I understand it's very crude (e.g. insisting that all related entities are included in the same 'addDocuments' call).

But still I was wondering whether Hibernate Search plans to make any use of it? If so, is there an estimate (even tentative and non-obligating)?


Thanks :)


Top
 Profile  
 
 Post subject: Re: Will hibernate search use lucene's new BlockJoinQuery?
PostPosted: Sun Oct 09, 2011 5:50 pm 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
Hi,
while I'm monitoring with great interest all improvements in Lucene - especially regarding proper JOIN support - we don't have plans regarding the 'BlockJoinQuery' specifically, especially since it's not in lucene-core but in contrib: sometimes there are some pearls there, but there are no guarantees at all about maintenance of these extensions, getting stuck depending on something not maintained would be a nasty problem.

The "addDocuments" call itself would not be hard to make use of, as even now we have to reindex all child elements, but I would be way happier if in fact we could avoid loading objects from the database to rewrite the child information.

I appreciate you're looking into this.. in fact since yuo're asking for our plans, we discuss about plans publicly on the developer mailing list, if you're interested to read or even propose any improvement please join the list ;)
Also if you have other ideas for improved joins, we would be interested to hear about it.

_________________
Sanne
http://in.relation.to/


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.