-->
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: Is it possible to search on index of master node
PostPosted: Wed Aug 25, 2010 9:55 pm 
Newbie

Joined: Thu Aug 05, 2010 2:34 am
Posts: 2
I deployed Hibernate search on a 2 nodes cluster, 1 slave and 1 master. Whenever update an index-able object on slave, it did send JMS messages to queue listened by master instance. Master indexes those JMS messages successfully. When I update an object on master node, master did update index and propagate changes to slave index, but then I couldn't do a search on master node anymore, it always returned empty results. Is there anything wrong? Can I search on master index? Or master node is used to index only and not search-able?

I'm using org.hibernate.search.store.FSMasterDirectoryProvider on master, and org.hibernate.search.store.FSSlaveDirectoryProvider on slave. Also, I'm using Spring JMS to proceed JMS messages


Top
 Profile  
 
 Post subject: Re: Is it possible to search on index of master node
PostPosted: Mon Aug 30, 2010 8:48 am 
Hibernate Team
Hibernate Team

Joined: Thu Apr 05, 2007 5:52 am
Posts: 1689
Location: Sweden
The master index should be searchable. If you still have the problem maybe you could post the configuration and code you are trying to execute.


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.