net.sf.lucis.core.impl
Class MultiSearcherProvider

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

public final class MultiSearcherProvider
extends Object
implements Supplier<LucisSearcher>

MultiSearcher simple implementation.

Author:
Andres Rodriguez

Method Summary
 LucisSearcher get()
           
static MultiSearcherProvider of(Iterable<DirectoryProvider> providers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static MultiSearcherProvider of(Iterable<DirectoryProvider> providers)

get

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


Copyright © 2013. All Rights Reserved.