public interface BackendFactory
Modifier and Type | Method and Description |
---|---|
BackendImplementor<?> |
create(String name,
BackendBuildContext context,
ConfigurationPropertySource propertySource) |
BackendImplementor<?> create(String name, BackendBuildContext context, ConfigurationPropertySource propertySource)
name
- The name of the backend.context
- The build context.propertySource
- A configuration property source, appropriately masked so that the backend
doesn't need to care about Hibernate Search prefixes (hibernate.search.*, etc.). All the properties
can be accessed at the root.
CAUTION: the property key type
is reserved for use by the engine.Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.