[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-405) Be able to set Similarity per index in configuration properties

Sanne Grinovero (JIRA) noreply at atlassian.com
Sat Oct 24 05:49:12 EDT 2009


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

Sanne Grinovero updated HSEARCH-405:
------------------------------------

       Priority: Minor  (was: Major)
    Description: 
Currently the Similarity can be set only by annotating an entity with @Similarity(implementationClass). The similarity is set on the whole index, it's not practical (meaningful?) to set a different one on different classes in the same index, so this is not allowed.

Se the similarity being used is a per-index property, it makes sense to be able to set it the same way as other index properties are set.

> Be able to set Similarity per index in configuration properties
> ---------------------------------------------------------------
>
>                 Key: HSEARCH-405
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-405
>             Project: Hibernate Search
>          Issue Type: Improvement
>            Reporter: Sanne Grinovero
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> Currently the Similarity can be set only by annotating an entity with @Similarity(implementationClass). The similarity is set on the whole index, it's not practical (meaningful?) to set a different one on different classes in the same index, so this is not allowed.
> Se the similarity being used is a per-index property, it makes sense to be able to set it the same way as other index properties are set.

-- 
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