| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTOREGISTER_LISTENERS |
"hibernate.search.autoregister_listeners" |
public static final String |
ENABLE_ANNOTATION_MAPPING |
"hibernate.search.enable_annotation_mapping" |
public static final String |
ENABLE_CONFIGURATION_PROPERTY_TRACKING |
"hibernate.search.enable_configuration_property_tracking" |
public static final String |
ENABLE_DIRTY_CHECK |
"hibernate.search.enable_dirty_check" |
public static final String |
INDEXING_STRATEGY |
"hibernate.search.indexing_strategy" |
public static final String |
MAPPING_CONFIGURER |
"hibernate.search.mapping_configurer" |
public static final String |
PREFIX |
"hibernate.search." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
AUTOREGISTER_LISTENERS |
true |
public static final boolean |
ENABLE_ANNOTATION_MAPPING |
true |
public static final boolean |
ENABLE_CONFIGURATION_PROPERTY_TRACKING |
true |
public static final boolean |
ENABLE_DIRTY_CHECK |
true |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTOREGISTER_LISTENERS |
"autoregister_listeners" |
public static final String |
ENABLE_ANNOTATION_MAPPING |
"enable_annotation_mapping" |
public static final String |
ENABLE_CONFIGURATION_PROPERTY_TRACKING |
"enable_configuration_property_tracking" |
public static final String |
ENABLE_DIRTY_CHECK |
"enable_dirty_check" |
public static final String |
INDEXING_STRATEGY |
"indexing_strategy" |
public static final String |
MAPPING_CONFIGURER |
"mapping_configurer" |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.