org.hibernate.search.bridge
Interface LuceneOptions


public interface LuceneOptions

A wrapper class for Lucene parameters needed for indexing.

Author:
Emmanuel Bernard

Method Summary
 Float getBoost()
           
 org.apache.lucene.document.Field.Index getIndex()
           
 org.apache.lucene.document.Field.Store getStore()
           
 org.apache.lucene.document.Field.TermVector getTermVector()
           
 

Method Detail

getStore

org.apache.lucene.document.Field.Store getStore()

getIndex

org.apache.lucene.document.Field.Index getIndex()

getTermVector

org.apache.lucene.document.Field.TermVector getTermVector()

getBoost

Float getBoost()
Returns:
the boost value. If boost == null, the default boost value 1.0 is returned.


Copyright © 2011 Hibernate. All Rights Reserved.