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