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

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

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

Methods in org.hibernate.search.backend.configuration.impl that return IndexWriterSetting
static IndexWriterSetting IndexWriterSetting.valueOf(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.
 

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

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



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