public final class SearchOrmSettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchOrmSettings.Defaults
Default values for the different settings if no values are given.
|
static class |
SearchOrmSettings.Radicals |
Modifier and Type | Field and Description |
---|---|
static String |
AUTOREGISTER_LISTENERS
Enable listeners auto registration in Hibernate Annotations and EntityManager.
|
static String |
ENABLE_ANNOTATION_MAPPING
When enabled, annotations will be automatically processed for entity types,
as well as nested types in those entity types, for instance embedded types.
|
static String |
ENABLE_CONFIGURATION_PROPERTY_TRACKING
When enabled, Hibernate Search will track the parts of the provided configuration that are actually used
and log a warning if any configuration property is never used, which might indicate a configuration issue.
|
static String |
ENABLE_DIRTY_CHECK
When enabled re-indexing of an entity is skipped if the updates affect only non-indexed fields.
|
static String |
INDEXING_STRATEGY
Defines the indexing strategy, default
event
Other options manual |
static String |
MAPPING_CONFIGURER
Configure a programmatic mapping in Hibernate Search.
|
static String |
PREFIX |
public static final String PREFIX
public static final String ENABLE_CONFIGURATION_PROPERTY_TRACKING
Enabled by default.
public static final String AUTOREGISTER_LISTENERS
public static final String INDEXING_STRATEGY
event
Other options manual
public static final String ENABLE_DIRTY_CHECK
public static final String ENABLE_ANNOTATION_MAPPING
MAPPING_CONFIGURER
.public static final String MAPPING_CONFIGURER
Accepts a HibernateOrmSearchMappingConfigurer
instance or the fully qualified class name of a HibernateOrmSearchMappingConfigurer
subclass.
Such a subclass must have a no-arg constructor.
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.