-->
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.  [ 1 post ] 
Author Message
 Post subject: I want to do Hibernate search with out annotations
PostPosted: Thu Nov 29, 2007 2:07 am 
Newbie

Joined: Mon Mar 13, 2006 9:59 am
Posts: 5
Hi I am new to Lucene hibernate search.

I want to use search with out the Annotations.I want to through only .hbm files. Please suggest me how i can do that.Please send some examples on this.

Tha actuval code by lucene was
@Entity
@Indexed
public class Clock {
private Integer id;
private String brand;


@Field(index= Index.TOKENIZED, store= Store.YES)
public String getBrand() {
return brand;
}


My HBM file foe indexing was
<property name="productName" type="java.lang.String" >
<column name="Product_Name" length="100" index="Index.TOKENIZED, store= Store.YES" not-null="true" />
</property>

Please suggest me on this..

Thanks in advance

Regards
Raghu


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

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.