Hibernate Search Configuration

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2207

This topic has not yet been written. The content below is from the topic description.
Once you have downloaded and added all required dependencies to your application you have to add a couple of properties to your hibernate configuration file. If you are using Hibernate directly this can be done in hibernate.properties or hibernate.cfg.xml. If you are using Hibernate via JPA you can also add the properties to persistence.xml. The good news is that for standard use most properties offer a sensible default. An example persistence.xml configuration could look like this: Example 1.3. Basic configuration options to be added to hibernate.properties, hibernate.cfg.xml or persistence.xml ...     ...