Document a configuration property

Description

The configuration property that allows combining different entities into the same directory is not documented.
Along with this, the use of @Indexed(name= ) should be documented as an alternative way to implement this.

Activity

Show:

John Griffin October 22, 2008 at 5:18 AM

It's the

hibernate.search.(fully qualified entity name).indexName=(relative directory from indexBase)

For example, let's say that we want the Furniture entity to actually be stored in the same directory as the Animal entity. We would have the configuration setting hibernate.search.org.hibernate.search.test.shards.Furniture.indexName set to "Animal"

John Griffin October 22, 2008 at 5:15 AM

Sent new docs to Emmanuel

Hardy Ferentschik October 21, 2008 at 12:40 PM

> The configuration property that allows combining different entities into the same directory is not documented.

Is there such a property? There is indexBase, but that's just the base directory of all the indexes.
Do you think there is still more information needed than currently given at the beginning of chapter three?

John Griffin December 19, 2007 at 9:16 PM

Sorry, it's the @Indexed(index= ) annotation.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created December 19, 2007 at 9:09 PM
Updated December 10, 2008 at 3:18 PM
Resolved October 22, 2008 at 5:15 AM