org.apache.lucene.gdata.search
Interface SearchComponent

All Superinterfaces:
ServerComponent
All Known Implementing Classes:
IndexController

public interface SearchComponent
extends ServerComponent

TODO document this when Search comes into play

Author:
Simon Willnauer

Method Summary
 GDataSearcher<String> getServiceSearcher(ProvidedService service)
          TODO document this when Search comes into play
 
Methods inherited from interface org.apache.lucene.gdata.server.registry.ServerComponent
destroy, initialize
 

Method Detail

getServiceSearcher

GDataSearcher<String> getServiceSearcher(ProvidedService service)
TODO document this when Search comes into play

Parameters:
service -
Returns:
a GDataSearcher


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.