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

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

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)
           
static ManagedSingleSearcherProvider ManagedSingleSearcherProvider.of(DirectoryProvider provider)
           
 

Method parameters in net.sf.lucis.core.impl with type arguments of type DirectoryProvider
static MultiSearcherProvider MultiSearcherProvider.of(Iterable<DirectoryProvider> providers)
           
static ManagedMultiSearcherProvider ManagedMultiSearcherProvider.of(Iterable<DirectoryProvider> providers)
           
 

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

Methods in net.sf.lucis.core.support with parameters of type DirectoryProvider
static Queryable Queryables.managed(DirectoryProvider provider)
           
static Queryable Queryables.simple(DirectoryProvider provider)
           
 

Method parameters in net.sf.lucis.core.support with type arguments of type DirectoryProvider
static Queryable Queryables.managed(Iterable<DirectoryProvider> providers)
           
static Queryable Queryables.multi(Collection<DirectoryProvider> providers)
           
 



Copyright © 2013. All Rights Reserved.