-->
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: [hibernate search] Solr server?
PostPosted: Mon Jul 23, 2007 10:56 am 
Regular
Regular

Joined: Fri Jul 30, 2004 4:02 pm
Posts: 50
Hey all,
Does the existing Hibernate Search, or future plans, support a Solr lucene server for indexing?

The usecase is for keeping the index data up-to-date when it is updated outside of the Hibernate-annotated application.

*Updated by different application.
*Updated by ETL tools.

At least with the Solr server, a seperate tool could be run to update it's data, while I'm not sure about the existing Hibernate-Lucene data.

Comments?

-D


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 23, 2007 12:20 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
I always tried to keep Hibernate Search as agnostic as pragmatically possible wrt Lucene, so a Solr integration can be envisioned.
If someone wants to explore the idea, contact me.

That being said, your justification for using Solr is not good enough :)
You can index a data even if it has not been added or updated to the DB though Hibernate
http://www.hibernate.org/hib_docs/search/reference/en/html_single/#search-batchindex

Also the idea of updating an index based on a timestamp or a version number crossed my mind, I might want to integrate such a feature to Hibernate Search in the future.

_________________
Emmanuel


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.