Boost doesn't affect the boost index
------------------------------------
Key: HSEARCH-96
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-96
Project: Hibernate Search
Issue Type: Task
Affects Versions: 3.0.0.beta3
Environment: Hibernate Search 3.0.0.beta3
Reporter: Fabien
Attachments: screen.png, workspaceeclipsetestlucene3.zip
I made a simple application which create a simple "Entite" with an embeded
"Document".
In my Lucene indexes, I have always Boost = 1.0 for Entite.titre but Entite.titre is
defined by :
@Field(index=Index.TOKENIZED, store=Store.YES)
@Boost(value=0.5f)
private String titre;
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira