Package | Description |
---|---|
org.hibernate.search.cfg.spi | |
org.hibernate.search.engine.service.spi |
Classes offering a service infrastructure for Search.
|
org.hibernate.search.spi | |
org.hibernate.search.store | |
org.hibernate.search.store.spi |
Modifier and Type | Method and Description |
---|---|
DirectoryProvider<D> |
DirectoryProviderService.create(Properties indexProperties,
String indexName,
BuildContext context)
Creates a DirectoryProvider for an index based on the configuration
|
Modifier and Type | Method and Description |
---|---|
void |
Startable.start(Properties properties,
BuildContext context)
Start phase notification.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkerBuildContext
Build context for the worker and other backend
Available after all index, entity metadata are built.
|
Modifier and Type | Method and Description |
---|---|
void |
ShardIdentifierProviderTemplate.initialize(Properties properties,
BuildContext buildContext) |
void |
ShardIdentifierProvider.initialize(Properties properties,
BuildContext buildContext)
Initialize this provider.
|
void |
DirectoryProvider.initialize(String indexName,
Properties properties,
BuildContext context)
get the information to initialize the directory and build its hashCode/equals method
|
protected abstract Set<String> |
ShardIdentifierProviderTemplate.loadInitialShardNames(Properties properties,
BuildContext buildContext) |
Modifier and Type | Method and Description |
---|---|
DirectoryProvider |
BaseDirectoryProviderService.create(Properties indexProps,
String indexName,
BuildContext context) |
protected DirectoryProvider<?> |
BaseDirectoryProviderService.initialize(String fullClassName,
String indexName,
Properties indexProps,
BuildContext context) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.