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   
org.hibernate.search.spatial   
 

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 TikaMetadataProcessor.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions, Metadata metadata)
          This method called by the TikaBridge after processing the data.
 

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 NumericFieldBridge.set(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 ArrayBridge.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void TikaBridge.set(String name, 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)
           
 

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

Methods in org.hibernate.search.bridge.builtin.impl with parameters of type LuceneOptions
 void NullEncodingFieldBridge.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void NullEncodingTwoWayFieldBridge.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)
           
 

Uses of LuceneOptions in org.hibernate.search.spatial
 

Methods in org.hibernate.search.spatial with parameters of type LuceneOptions
 void SpatialFieldBridgeByQuadTree.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
          Actual overridden method that does the indexing
abstract  void SpatialFieldBridge.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
           
 void SpatialFieldBridgeByRange.set(String name, Object value, org.apache.lucene.document.Document document, LuceneOptions luceneOptions)
          Actual overridden method that does the indexing
 



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