| Package | Description |
|---|---|
| org.hibernate.search.indexes.impl | |
| org.hibernate.search.indexes.spi | |
| org.hibernate.search.store.optimization.impl |
| Modifier and Type | Method and Description |
|---|---|
static OptimizerStrategy |
PropertiesParseHelper.getOptimizerStrategy(IndexManager callback,
Properties indexProperties,
WorkerBuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
OptimizerStrategy |
DirectoryBasedIndexManager.getOptimizerStrategy() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExplicitOnlyOptimizerStrategy
This OptimizerStrategy will only optimize the index when forced to,
using an explicit invocation to
SearchIntegrator.optimize() or
SearchIntegrator.optimize(org.hibernate.search.spi.IndexedTypeIdentifier) |
class |
IncrementalOptimizerStrategy
Optimization strategy triggered after a certain amount of operations
|
Copyright © 2006–2017 Hibernate. All rights reserved.