[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-145) Document a configuration property

John Griffin (JIRA) noreply at atlassian.com
Tue Oct 21 23:20:05 EDT 2008


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Griffin updated HSEARCH-145:
---------------------------------


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"

> Document a configuration property
> ---------------------------------
>
>                 Key: HSEARCH-145
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-145
>             Project: Hibernate Search
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 3.0.0.GA
>            Reporter: John Griffin
>             Fix For: 3.1.0.Beta2
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list