Uses of Interface
net.sf.lucis.core.DirectoryProvider

Packages that use DirectoryProvider
net.sf.lucis.core   
net.sf.lucis.core.impl   
 

Uses of DirectoryProvider in net.sf.lucis.core
 

Subinterfaces of DirectoryProvider in net.sf.lucis.core
 interface ReindexingStore
          A directory provider for full reindexings.
 interface Store<T>
          A store is the combination of a Lucene directory and a checkpoint.
 

Uses of DirectoryProvider in net.sf.lucis.core.impl
 

Classes in net.sf.lucis.core.impl that implement DirectoryProvider
 class FSStore<T>
          File system-based store.
 class RAMStore<T>
          RAM-based store.
 class ReindexingFSStore
          File system-based reindexing store.
 

Methods in net.sf.lucis.core.impl with parameters of type DirectoryProvider
static SingleSearcherProvider SingleSearcherProvider.of(DirectoryProvider provider)
           
 

Constructors in net.sf.lucis.core.impl with parameters of type DirectoryProvider
DefaultAdder(WriterConfiguration config, DirectoryProvider provider)
           
 



Copyright © 2009. All Rights Reserved.