Skip navigation links

Package org.hibernate.search.engine.cfg

This package contains everything related to the configuration of the Hibernate Search engine.

See: Description

Package org.hibernate.search.engine.cfg Description

This package contains everything related to the configuration of the Hibernate Search engine.

Common expected types for property values

Below are some commonly used property types across all Hibernate Search settings (engine, backends, mappers, ...).

Bean reference

A reference to a bean of type T can be passed as either: The value will be interpreted in the above order. For example if CDI is used in the application, and a bean-reference property is set to a 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.

Multi-valued bean reference

A multi-valued reference to a bean of type T can be passed as either:
Skip navigation links

Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.