|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Workspace in org.hibernate.search.backend.impl.lucene |
---|
Classes in org.hibernate.search.backend.impl.lucene that implement Workspace | |
---|---|
class |
AbstractWorkspaceImpl
Lucene workspace for an IndexManager |
class |
ExclusiveIndexWorkspaceImpl
|
class |
NRTWorkspaceImpl
The Workspace implementation to be used to take advantage of NRT Lucene features. |
class |
SharedIndexWorkspaceImpl
|
Uses of Workspace in org.hibernate.search.backend.impl.lucene.works |
---|
Constructors in org.hibernate.search.backend.impl.lucene.works with parameters of type Workspace | |
---|---|
LuceneWorkVisitor(Workspace workspace)
|
Uses of Workspace in org.hibernate.search.store.optimization |
---|
Methods in org.hibernate.search.store.optimization with parameters of type Workspace | |
---|---|
void |
OptimizerStrategy.optimize(Workspace workspace)
Allows the implementation to start an optimization process. |
Uses of Workspace in org.hibernate.search.store.optimization.impl |
---|
Methods in org.hibernate.search.store.optimization.impl with parameters of type Workspace | |
---|---|
void |
IncrementalOptimizerStrategy.optimize(Workspace workspace)
|
void |
ExplicitOnlyOptimizerStrategy.optimize(Workspace workspace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |