Uses of Class
org.hibernate.search.backend.configuration.IndexWriterSetting

Packages that use IndexWriterSetting
org.hibernate.search.backend   
org.hibernate.search.backend.configuration   
 

Uses of IndexWriterSetting in org.hibernate.search.backend
 

Methods in org.hibernate.search.backend with parameters of type IndexWriterSetting
 java.lang.Integer LuceneIndexingParameters.ParameterSet.getCurrentValueFor(IndexWriterSetting ws)
           
 void LuceneIndexingParameters.ParameterSet.setCurrentValueFor(IndexWriterSetting ws, java.lang.Integer newValue)
           
 

Uses of IndexWriterSetting in org.hibernate.search.backend.configuration
 

Methods in org.hibernate.search.backend.configuration that return IndexWriterSetting
static IndexWriterSetting IndexWriterSetting.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndexWriterSetting[] IndexWriterSetting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.