org.xcmis.search.lucene.index
Interface PersistentIndexManager<W,S>

All Superinterfaces:
Startable

Deprecated.

@Deprecated
public interface PersistentIndexManager<W,S>
extends Startable

Created by The eXo Platform SAS.

Version:
$Id: PersistentIndexManager.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Sergey Kabashnyuk

Method Summary
 S getIndexSearcher()
          Deprecated.  
 S getIndexSearcher(boolean reopen)
          Deprecated.  
 W getIndexWriter()
          Deprecated.  
 
Methods inherited from interface org.xcmis.search.Startable
start, stop
 

Method Detail

getIndexWriter

W getIndexWriter()
                 throws IOException
Deprecated. 
Throws:
IOException

getIndexSearcher

S getIndexSearcher()
                   throws IOException
Deprecated. 
Throws:
IOException

getIndexSearcher

S getIndexSearcher(boolean reopen)
                   throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.