Package org.hibernate.search.backend.impl

Examples of org.hibernate.search.backend.impl.LuceneWorker


  private List<Work> queue = new ArrayList<Work>();

  public BatchLuceneWorkQueue(Map<Class, DocumentBuilder<Object>> documentBuilders,
           Map<DirectoryProvider, ReentrantLock> lockableDirectoryProviders) {
    workspace = new Workspace( documentBuilders, lockableDirectoryProviders );
    worker = new LuceneWorker( workspace );
  }
View Full Code Here

TOP

Related Classes of org.hibernate.search.backend.impl.LuceneWorker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.