| Package | Description |
|---|---|
| org.hibernate.search.cfg.spi | |
| org.hibernate.search.indexes.spi | |
| 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 |
|---|---|
Class<? extends DirectoryProvider<D>> |
DirectoryProviderService.getDefault()
Default
DirectoryProvider to be used if none is configured by the user |
| Modifier and Type | Method and Description |
|---|---|
protected DirectoryProvider<?> |
DirectoryBasedIndexManager.createDirectoryProvider(String indexName,
Properties cfg,
WorkerBuildContext buildContext) |
DirectoryProvider<?> |
DirectoryBasedIndexManager.getDirectoryProvider() |
| 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-2021 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.