public class EngineSpiSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EngineSpiSettings.Defaults
Default values for the different settings if no values are given.
|
static class |
EngineSpiSettings.Radicals
Configuration property keys without the
prefix. |
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_CONFIGURERS
The
BeanConfigurer instances used to programmatically assign names to beans. |
static String |
PREFIX
The prefix expected for the key of every Hibernate Search configuration property.
|
static String |
THREAD_PROVIDER
The
ThreadProvider used to create threads. |
public static final String PREFIX
public static final String BEAN_CONFIGURERS
BeanConfigurer instances used to programmatically assign names to beans.
Expects a multi-valued reference to a bean of type BeanConfigurer.
Defaults to no value.
public static final String THREAD_PROVIDER
ThreadProvider used to create threads.
Expects a reference to a bean of type ThreadProvider.
Defaults to EngineSpiSettings.Defaults.THREAD_PROVIDER.
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.