net.sf.lucis.core.impl
Class SingleSearcherProvider

java.lang.Object
  extended by net.sf.lucis.core.impl.SingleSearcherProvider
All Implemented Interfaces:
Supplier<LucisSearcher>

public abstract class SingleSearcherProvider
extends Object
implements Supplier<LucisSearcher>


Method Summary
 LucisSearcher get()
           
static SingleSearcherProvider of(Directory directory)
           
static SingleSearcherProvider of(DirectoryProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static SingleSearcherProvider of(Directory directory)

of

public static SingleSearcherProvider of(DirectoryProvider provider)

get

public LucisSearcher get()
Specified by:
get in interface Supplier<LucisSearcher>


Copyright © 2013. All Rights Reserved.