|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractWorkspaceImpl | |
---|---|
org.hibernate.search.backend.impl.lucene |
Uses of AbstractWorkspaceImpl in org.hibernate.search.backend.impl.lucene |
---|
Subclasses of AbstractWorkspaceImpl in org.hibernate.search.backend.impl.lucene | |
---|---|
class |
ExclusiveIndexWorkspaceImpl
|
class |
NRTWorkspaceImpl
The Workspace implementation to be used to take advantage of NRT Lucene features. |
class |
SharedIndexWorkspaceImpl
|
Methods in org.hibernate.search.backend.impl.lucene that return AbstractWorkspaceImpl | |
---|---|
AbstractWorkspaceImpl |
LuceneBackendResources.getWorkspace()
|
Methods in org.hibernate.search.backend.impl.lucene with parameters of type AbstractWorkspaceImpl | |
---|---|
void |
LuceneBackendQueueProcessor.setCustomWorkspace(AbstractWorkspaceImpl workspace)
If invoked before LuceneBackendQueueProcessor.initialize(Properties, WorkerBuildContext, DirectoryBasedIndexManager)
it can set a customized Workspace instance to be used by this backend. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |