Uses of Class
org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl

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.
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved