-->
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.  [ 4 posts ] 
Author Message
 Post subject: Fields are not indexed
PostPosted: Thu Sep 20, 2012 4:44 pm 
Newbie

Joined: Mon Jul 16, 2012 1:11 pm
Posts: 12
Hi,

I'm new to Hibernate Search and I'm faced with the problem of indexing fields in entities. I have @MappedSuperclass BaseEntity which contains fields id, title and description annotated with @DocumentId and @Field. BaseEntity is extended with Node class. Inheritance strategy is Table per class. Node is extended with LearningGoal. I created a 3 instances of LearningGoal. If I try to list its fields Hibernate Search finds only id and _hibernate_class are found for each found entity.
Do you know what could be a problem so other fields are not indexed?

Thanks,
Zoran


Top
 Profile  
 
 Post subject: Re: Fields are not indexed
PostPosted: Fri Sep 21, 2012 4:08 am 
Hibernate Team
Hibernate Team

Joined: Thu Apr 05, 2007 5:52 am
Posts: 1689
Location: Sweden
Could you please post the actual classes? Much easier to help then...


Top
 Profile  
 
 Post subject: Re: Fields are not indexed
PostPosted: Fri Sep 21, 2012 2:58 pm 
Newbie

Joined: Mon Jul 16, 2012 1:11 pm
Posts: 12
Hi,

Thank you for quick response. Actually, I solved the issue. After adding

<prop key="hibernate.search.indexing_strategy">event</prop>
to my hibernate configuration, everything started to work fine.

Best


Top
 Profile  
 
 Post subject: Re: Fields are not indexed
PostPosted: Sat Sep 22, 2012 4:22 am 
Hibernate Team
Hibernate Team

Joined: Thu Apr 05, 2007 5:52 am
Posts: 1689
Location: Sweden
Good to hear :-)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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.