Uses of Interface
no.sesat.search.mode.config.SearchConfiguration

Packages that use SearchConfiguration
no.sesat.search.datamodel.search   
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.command.querybuilder   
no.sesat.search.mode.config ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
no.sesat.search.run   
no.sesat.search.run.transform   
 

Uses of SearchConfiguration in no.sesat.search.datamodel.search
 

Methods in no.sesat.search.datamodel.search that return SearchConfiguration
 SearchConfiguration SearchDataObject.getConfiguration()
           
 

Methods in no.sesat.search.datamodel.search with parameters of type SearchConfiguration
 void SearchDataObject.setConfiguration(SearchConfiguration configuration)
           
 

Uses of SearchConfiguration in no.sesat.search.mode
 

Methods in no.sesat.search.mode that return SearchConfiguration
 SearchConfiguration SearchMode.getSearchConfiguration(String name)
           
 

Methods in no.sesat.search.mode that return types with arguments of type SearchConfiguration
 Collection<SearchConfiguration> SearchMode.getSearchConfigurations()
           
 

Method parameters in no.sesat.search.mode with type arguments of type SearchConfiguration
 void SearchMode.setSearchConfigurations(Collection<SearchConfiguration> searchConfigurations)
           
 

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

Methods in no.sesat.search.mode.command that return SearchConfiguration
 SearchConfiguration SearchCommand.getSearchConfiguration()
          Returns the configuration associated with this search command.
 

Uses of SearchConfiguration in no.sesat.search.mode.command.querybuilder
 

Constructors in no.sesat.search.mode.command.querybuilder with parameters of type SearchConfiguration
SesamSyntaxQueryBuilder(QueryBuilder.Context cxt, SearchConfiguration searchConf)
           
 

Uses of SearchConfiguration in no.sesat.search.mode.config
 

Subinterfaces of SearchConfiguration in no.sesat.search.mode.config
 interface BaseSearchConfiguration
          Minimum behavior defined for any AbstractSearchConfiguration implementation.
 interface FacetedCommandConfig
           
static interface SearchConfiguration.ModesW3cDomDeserialiser
          Interface for SearchConfigurations that uses W3cDomDeserialiser.
 

Classes in no.sesat.search.mode.config that implement SearchConfiguration
 class AbstractWebServiceSearchConfiguration
           
 class AbstractXmlSearchConfiguration
           
 class AbstractYahooSearchConfiguration
           
 class AdvancedFastCommandConfig
          Search configuration for the advanced search command.
 class BlendingNewsCommandConfig
           
 class ClusteringEspFastCommandConfig
          Configuration for a NewsClusteringESPFastCommand.
 class CommandConfig
          A common base class for search configurations.
 class CorrectingFast4CommandConfig
          Configure a Correcting Fast 4 search command.
 class EspFastCommandConfig
           
 class FastCommandConfig
          Configure a Fast 4 search command
 class MathCommandConfig
           
 class MobileCommandConfig
           
 class NavigatableEspFastCommandConfig
           
 class NewsAggregatorCommandConfig
           
 class NewsCommandConfig
           
 class NewsEspCommandConfig
          Configuration for a NewsEspSearchCommand.
 class NewsMyNewsCommandConfig
           
 class OverturePpcCommandConfig
           
 class PictureCommandConfig
          A search command that uses the picsearch API.
 class PlatefoodPpcCommandConfig
           
 class PropertiesCommandConfig
          Given the resource name for a properties file, loads it into a Map.
 class SensisCommandConfig
           
 class SolrCommandConfig
          Searching against a Solr index using the Solrj client.
 class StaticCommandConfig
          Configuration for "static" search commands.
 class StockCommandConfig
           
 class WebCommandConfig
           
 class YahooIdpCommandConfig
          Search against Yahoo! Index Data Protocol 2.0.
 class YahooMediaCommandConfig
          Search configuration for the Yahoo! media search.
 class YahooWebCommandConfig
          Configuration for searches against Yahoo's Contextual Web Service.
 class YoutubeCommandConfig
          Search against googles youtube API http://code.google.com/apis/youtube/developers_guide_protocol.html#Searching_for_Videos
 

Methods in no.sesat.search.mode.config that return SearchConfiguration
 SearchConfiguration SearchConfigurationContext.getSearchConfiguration()
           
 SearchConfiguration SolrCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration YahooWebCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration NewsEspCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration EspFastCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration FastCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration SearchConfiguration.ModesW3cDomDeserialiser.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
          Apply the attributes found in element to 'this'.
 SearchConfiguration CommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 

Methods in no.sesat.search.mode.config with parameters of type SearchConfiguration
 PropertiesCommandConfig PropertiesCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration SolrCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration YahooWebCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration NewsEspCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration EspFastCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration FastCommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
 SearchConfiguration SearchConfiguration.ModesW3cDomDeserialiser.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
          Apply the attributes found in element to 'this'.
 SearchConfiguration CommandConfig.readSearchConfiguration(Element element, SearchConfiguration inherit, SearchModeFactory.Context context)
           
static void ModesSearchConfigurationDeserializer.readSearchConfiguration(SearchConfiguration.ModesW3cDomDeserialiser config, Element element, SearchConfiguration inherit)
           
 

Constructors in no.sesat.search.mode.config with parameters of type SearchConfiguration
NewsAggregatorCommandConfig(SearchConfiguration sc)
           
 

Uses of SearchConfiguration in no.sesat.search.run
 

Methods in no.sesat.search.run that return types with arguments of type SearchConfiguration
protected  Collection<SearchConfiguration> RunningQueryImpl.applicableSearchConfigurations()
          Intentionally overridable.
 

Uses of SearchConfiguration in no.sesat.search.run.transform
 

Methods in no.sesat.search.run.transform that return types with arguments of type SearchConfiguration
 Collection<SearchConfiguration> RunTransformer.Context.getApplicableSearchConfigurations()
           
 Collection<SearchConfiguration> RunTransformer.transform(RunTransformer.Context context)
           
 Collection<SearchConfiguration> NullRunTransformer.transform(RunTransformer.Context context)
           
 



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