See: Description
| Interface | Description |
|---|---|
| ConfigurationPropertySource |
| Class | Description |
|---|---|
| BackendSettings |
Configuration properties common to all Hibernate Search backends regardless of the underlying technology.
|
| EngineSettings |
Configuration properties for the Hibernate Search engine.
|
| EngineSettings.Defaults |
Default values for the different settings if no values are given.
|
| IndexSettings |
Configuration properties common to all Hibernate Search indexes regardless of the underlying technology.
|
T can be passed as either:
T,
BeanReference
to a bean in the dependency injection context (CDI/Spring/etc.),
Class representing the type of such a bean,
String representing the name of such a bean,
BeanReference
to a type exposing a public, no-arg constructor,
to be instantiated through that constructor outside of any injection context,
Class representing such type,
String representing the fully-qualified name of such type.
Class
representing the type of a CDI bean which happens to expose a public, no-arg constructor,
then Hibernate Search will retrieve the bean through CDI, not by calling the constructor directly.
T can be passed as either:
Collection containing any
value that is accepted as a bean referenceString containing any
String value that is accepted as a bean referenceCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.