Uses of Interface
no.sesat.search.mode.command.SearchCommand

Packages that use SearchCommand
no.sesat.search.mode Provides the entry to appropriate Search Commands classes through the SearchCommandFactory. 
no.sesat.search.mode.command ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
no.sesat.search.mode.executor ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
 

Uses of SearchCommand in no.sesat.search.mode
 

Methods in no.sesat.search.mode that return SearchCommand
 SearchCommand SearchCommandFactory.getController(SearchCommand.Context cxt)
          Create the appropriate command that's to work within the given SearchCommand.Context.
 

Uses of SearchCommand in no.sesat.search.mode.command
 

Classes in no.sesat.search.mode.command that implement SearchCommand
 class AbstractSearchCommand
          The base abstraction for Search Commands providing a large framework for commands to run against.
 class AbstractWebServiceSearchCommand
           
 class AbstractXmlSearchCommand
          Helper base implementation for search commands that are RESTful and have XML responses.
 class AbstractYahooSearchCommand
          Yahoo Searches all usually require a partnerId and affilDataParameter.
 class MathExpressionSearchCommand
          Create a single result item that transforms the query into a mathematical expression with it's solution.
 class OverturePPCSearchCommand
          This command gets the overture ads to display.
 class PicSearchCommand
           
 class PlatefoodPPCSearchCommand
          This is largely an example class.
 class PropertiesCommand
          Simple command that searches in the specified properties map's keys.
 class SolrSearchCommand
          Searching against a Solr index using the Solrj client.
 class StaticSearchCommand
          A search command that can be used to generate static HTML search results.
 class StockSearchCommand
           
 class YahooIdpSearchCommand
          Search against Yahoo! Index Data Protocol 2.0.
 class YahooMediaSearchCommand
          Command for searching images and videos using Yahoo! as a provider.
 class YahooWebSearchCommand
          Search against Yahoo! Contextual Web Service.
 class YoutubeSearchCommand
           
 

Uses of SearchCommand in no.sesat.search.mode.executor
 

Methods in no.sesat.search.mode.executor that return SearchCommand
 SearchCommand SearchTask.getCommand()
           
 

Methods in no.sesat.search.mode.executor that return types with arguments of type SearchCommand
 Map<Future<ResultList<ResultItem>>,SearchCommand> SearchCommandExecutor.invokeAll(Collection<SearchCommand> callables)
          Invoke all commands returning a list of Future holding their results.
 Map<Future<ResultList<ResultItem>>,SearchCommand> SearchCommandExecutor.waitForAll(Map<Future<ResultList<ResultItem>>,SearchCommand> results, int timeoutInMillis)
           
 

Method parameters in no.sesat.search.mode.executor with type arguments of type SearchCommand
 Map<Future<ResultList<ResultItem>>,SearchCommand> SearchCommandExecutor.invokeAll(Collection<SearchCommand> callables)
          Invoke all commands returning a list of Future holding their results.
 Map<Future<ResultList<ResultItem>>,SearchCommand> SearchCommandExecutor.waitForAll(Map<Future<ResultList<ResultItem>>,SearchCommand> results, int timeoutInMillis)
           
 

Constructors in no.sesat.search.mode.executor with parameters of type SearchCommand
SearchTask(SearchCommand command)
           
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.