Package | Description |
---|---|
org.hibernate.search.cfg.spi | |
org.hibernate.search.engine.spi | |
org.hibernate.search.indexes.spi | |
org.hibernate.search.spi |
Modifier and Type | Class and Description |
---|---|
class |
SearchConfigurationBase
Suggested base class to create custom SearchConfiguration implementations.
|
Modifier and Type | Method and Description |
---|---|
static SearchMapping |
SearchMappingHelper.extractSearchMapping(SearchConfiguration cfg)
This factory method takes a SearchConfiguration object
and returns a SearchMapping object which defines
the programmatic model for indexing entities and fields.
|
Modifier and Type | Method and Description |
---|---|
IndexFamilyImplementor |
LuceneEmbeddedIndexManagerType.createIndexFamily(ServiceManager serviceManager,
SearchConfiguration cfg) |
IndexFamilyImplementor |
IndexManagerType.createIndexFamily(ServiceManager serviceManager,
SearchConfiguration cfg) |
Modifier and Type | Method and Description |
---|---|
SearchIntegratorBuilder |
SearchIntegratorBuilder.configuration(SearchConfiguration configuration) |
static ErrorHandler |
ErrorHandlerFactory.createErrorHandler(SearchConfiguration searchConfiguration) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.