Class IndexWriterSettings
- java.lang.Object
-
- org.hibernate.search.backend.lucene.lowlevel.writer.impl.IndexWriterSettings
-
- All Implemented Interfaces:
Serializable
public final class IndexWriterSettings extends Object implements Serializable
Represents possible options to be applied to anorg.apache.lucene.index.IndexWriter.- Author:
- Sanne Grinovero
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.hibernate.search.backend.lucene.lowlevel.writer.impl.IndexWriterSettingValue<?>>extractAll(ConfigurationPropertySource propertySource, EventContext eventContext)
-
-
-
Method Detail
-
extractAll
public static List<org.hibernate.search.backend.lucene.lowlevel.writer.impl.IndexWriterSettingValue<?>> extractAll(ConfigurationPropertySource propertySource, EventContext eventContext)
-
-