Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » engine » [javadoc | source]
org.hibernate.search.engine
class: LuceneOptionsImpl [javadoc | source]
java.lang.Object
   org.hibernate.search.engine.LuceneOptionsImpl

All Implemented Interfaces:
    LuceneOptions

A wrapper class for Lucene parameters needed for indexing. This is a package level class
Constructor:
 public LuceneOptionsImpl(Store store,
    Index index,
    TermVector termVector,
    Float boost) 
Method from org.hibernate.search.engine.LuceneOptionsImpl Summary:
getBoost,   getIndex,   getStore,   getTermVector
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.engine.LuceneOptionsImpl Detail:
 public Float getBoost() 
 public Index getIndex() 
 public Store getStore() 
 public TermVector getTermVector()