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

Packages that use LuceneOptions
org.hibernate.search.bridge   
org.hibernate.search.bridge.builtin   
org.hibernate.search.bridge.builtin.impl   
org.hibernate.search.engine.impl   
org.hibernate.search.engine.spi   
 

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.
 

Uses of LuceneOptions in org.hibernate.search.bridge.builtin
 

Methods in org.hibernate.search.bridge.builtin with parameters of type LuceneOptions
protected  void MapBridge.indexEntry(String fieldName, Object entry, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
protected  void MapBridge.indexNotNullMap(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void IterableBridge.set(String fieldName, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void MapBridge.set(String fieldName, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void ArrayBridge.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void NumericFieldBridge.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 

Uses of LuceneOptions in org.hibernate.search.bridge.builtin.impl
 

Methods in org.hibernate.search.bridge.builtin.impl with parameters of type LuceneOptions
 void NullEncodingTwoWayFieldBridge.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void NullEncodingFieldBridge.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void String2FieldBridgeAdaptor.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 

Uses of LuceneOptions in org.hibernate.search.engine.impl
 

Classes in org.hibernate.search.engine.impl that implement LuceneOptions
 class LuceneOptionsImpl
          A wrapper class for Lucene parameters needed for indexing.
 

Uses of LuceneOptions in org.hibernate.search.engine.spi
 

Methods in org.hibernate.search.engine.spi that return LuceneOptions
protected  LuceneOptions AbstractDocumentBuilder.PropertiesMetadata.getClassLuceneOptions(int i)
           
protected  LuceneOptions AbstractDocumentBuilder.PropertiesMetadata.getFieldLuceneOptions(int i, Object value)
           
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved