[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-381?pag...
]
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.G...
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira