Hibernate version:
3.2.5
Mapping documents:
Annotations 3.3.0
Name and version of the database you are using:
Mysql 5.0
I Have a domain model which is used on several machines, with different projects.
I have a project that imports Amazon Data which uses HSearch
I also have a web application that just uses the domain model.
I was wondering if there was a way to configure HSearch so that the directories for the indexes will only be created for the amazon project.
I manually index the amazon data, and I thought that the directories would not be created until I index one of the objects or search for one, but it happens when I create the session factory.
Thanks
Kal
|