Uses of Interface
org.hibernate.search.bridge.LuceneOptions

Packages that use LuceneOptions
org.hibernate.search.bridge   
org.hibernate.search.engine   
 

Uses of LuceneOptions in org.hibernate.search.bridge
 

Methods in org.hibernate.search.bridge with parameters of type LuceneOptions
 void FieldBridge.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
          Manipulate the document to index the given value.
 void String2FieldBridgeAdaptor.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 

Uses of LuceneOptions in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine that return LuceneOptions
protected  LuceneOptions DocumentBuilderContainedEntity.PropertiesMetadata.getClassLuceneOptions(int i)
           
protected  LuceneOptions DocumentBuilderContainedEntity.PropertiesMetadata.getFieldLuceneOptions(int i)
           
 



Copyright © 2011 Hibernate. All Rights Reserved.