org.biopax.paxtools.proxy.level2
Class StringSetBridge

java.lang.Object
  extended by org.biopax.paxtools.proxy.level2.StringSetBridge
All Implemented Interfaces:
org.hibernate.search.bridge.FieldBridge

public class StringSetBridge
extends java.lang.Object
implements org.hibernate.search.bridge.FieldBridge

bridge of String Set for Hibernate-search


Constructor Summary
StringSetBridge()
          Creates a new instance of StringSetBridge
 
Method Summary
 void set(java.lang.String name, java.lang.Object value, org.apache.lucene.document.Document document, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, java.lang.Float boost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSetBridge

public StringSetBridge()
Creates a new instance of StringSetBridge

Method Detail

set

public void set(java.lang.String name,
                java.lang.Object value,
                org.apache.lucene.document.Document document,
                org.apache.lucene.document.Field.Store store,
                org.apache.lucene.document.Field.Index index,
                java.lang.Float boost)
Specified by:
set in interface org.hibernate.search.bridge.FieldBridge