简体   繁体   中英

Hibernate Search with Apache Lucene

I have a problems with my hibernate search.

I already included the jar file needed however, I don't know how to call the hibernate search annotation and if I needed to create another XML file for the hibernate search.

And also, how can I use this Hibernate Search, what are the cons and pros of this plugins and can you give me any reference like a tutorials on how can I use this. BTW, I'm also using Apache Lucene. It seems that both of this need to be present on my workstation to be able to use the Hibernate Search. I've looked up in Mr.G(google) but can't find a good tutorials that I can truly understand. thanks :)

您必须在hibernate.cfg.xml文件中为hibernate.search.default.directory_providerhibernate.search.default.indexBase添加属性。您可以参考此链接该链接为您提供了一些想法...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM