[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-381) Compile Error by Usage FiledBridge (Hibernate Search 3.1.1)
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Tue Jun 16 03:52:34 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33415#action_33415 ]
Hardy Ferentschik commented on HSEARCH-381:
-------------------------------------------
This is more a question for the forum. I think you might have a build/IDE setup problem.
Downloading http://repository.jboss.com/maven2/org/hibernate/hibernate-search/3.1.1.GA/hibernate-search-3.1.1.GA.jar and running javap shows that the set method takes a LuceneOptions object.
> javap -classpath hibernate-search-3.1.1.GA.jar org.hibernate.search.bridge.FieldBridge
Compiled from "FieldBridge.java"
public interface org.hibernate.search.bridge.FieldBridge{
public abstract void set(java.lang.String, java.lang.Object, org.apache.lucene.document.Document, org.hibernate.search.bridge.LuceneOptions);
}
> 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