[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-381) Compile Error by Usage FiledBridge (Hibernate Search 3.1.1)
Mario (JIRA)
noreply at atlassian.com
Mon Jun 15 10:37:33 EDT 2009
Compile Error by Usage FiledBridge (Hibernate Search 3.1.1)
-----------------------------------------------------------
Key: HSEARCH-381
URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-381
Project: Hibernate Search
Issue Type: Bug
Reporter: Mario
I use the FieldBridge and the method set is not in the correct form.
set(String name, Object value, Document document, LuceneOptions options)
compiler error means i should use set(String name, Object value, Document document, Store store, Index index, Float valueF)
What i make wrong?
--
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