public class LuceneIndexingParameters extends Object implements Serializable
In previous versions of Hibernate Search you could set different values for batch or transactional properties, these are now unified as different sets don't apply to the internal design anymore.
Modifier and Type | Class and Description |
---|---|
static class |
LuceneIndexingParameters.ParameterSet |
Modifier and Type | Field and Description |
---|---|
static String |
EXPLICIT_DEFAULT_VALUE |
static String |
PROP_GROUP |
Constructor and Description |
---|
LuceneIndexingParameters(Properties sourceProps) |
Modifier and Type | Method and Description |
---|---|
void |
applyToWriter(IndexWriterConfig writerConfig) |
LuceneIndexingParameters.ParameterSet |
getIndexParameters() |
String |
toString() |
public static final String EXPLICIT_DEFAULT_VALUE
public static final String PROP_GROUP
public LuceneIndexingParameters(Properties sourceProps)
public LuceneIndexingParameters.ParameterSet getIndexParameters()
public void applyToWriter(IndexWriterConfig writerConfig)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved