no.sesat.search.mode.config
Class ClusteringEspFastCommandConfig

java.lang.Object
  extended by no.sesat.search.mode.config.CommandConfig
      extended by no.sesat.search.mode.config.FastCommandConfig
          extended by no.sesat.search.mode.config.EspFastCommandConfig
              extended by no.sesat.search.mode.config.NavigatableEspFastCommandConfig
                  extended by no.sesat.search.mode.config.NewsEspCommandConfig
                      extended by no.sesat.search.mode.config.ClusteringEspFastCommandConfig
All Implemented Interfaces:
Serializable, BaseSearchConfiguration, SearchConfiguration, SearchConfiguration.ModesW3cDomDeserialiser
Direct Known Subclasses:
NewsAggregatorCommandConfig

@CommandConfig.Controller(value="NewsClusteringESPFastCommand")
public class ClusteringEspFastCommandConfig
extends NewsEspCommandConfig

Configuration for a NewsClusteringESPFastCommand.

Version:
$Id: ClusteringEspFastCommandConfig.java 7225 2009-04-09 00:32:20Z ssmiweve $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class no.sesat.search.mode.config.CommandConfig
CommandConfig.Controller
 
Nested classes/interfaces inherited from interface no.sesat.search.mode.config.SearchConfiguration
SearchConfiguration.ModesW3cDomDeserialiser
 
Field Summary
 
Fields inherited from class no.sesat.search.mode.config.NewsEspCommandConfig
ALL_MEDIUMS
 
Fields inherited from class no.sesat.search.mode.config.CommandConfig
DEFAULT_DOCUMENTS_TO_RETURN
 
Fields inherited from interface no.sesat.search.mode.config.SearchConfiguration
DEFAULT_PAGING_PARAMETER, DEFAULT_USER_SORT_PARAMETER
 
Constructor Summary
ClusteringEspFastCommandConfig()
           
 
Method Summary
 String getClusterField()
          Setter for the clusterField property.
 String getClusterIdParameter()
          Getter for clusterIdParameter property.
 int getResultsPerCluster()
          Getter for the resultsPerCluster property.
 boolean isClusteringDisabled()
          Getter for the clusterDisabled property.
 void setClusterField(String clusterField)
          Setter for the clusterField proeprty.
 void setClusterIdParameter(String clusterIdParameter)
          Setter for the clusterIdParameter.
 void setClusteringDisabled(boolean clusteringDisabled)
          Setter for the clusterDisabled property.
 void setResultsPerCluster(int resultsPerCluster)
          Setter for the resultsPerCluster property.
 
Methods inherited from class no.sesat.search.mode.config.NewsEspCommandConfig
getAgeField, getAgeSymbol, getCollapsingMaxFetch, getDefaultMedium, getDefaultSort, getMaxAge, getMaxAgeAmount, getMediumParameter, getMediumPrefix, getNestedResultsField, getRelevanceMultipleTermSortField, getRelevanceSingleTermSortField, getRelevanceSortField, getSortField, readSearchConfiguration, setAgeField, setAgeSymbol, setCollapsingMaxFetch, setDefaultMedium, setDefaultSort, setMaxAge, setMediumParameter, setMediumPrefix, setNestedResultsField, setRelevanceMultipleTermSortField, setRelevanceSingleTermSortField, setRelevanceSortField, setSortField
 
Methods inherited from class no.sesat.search.mode.config.EspFastCommandConfig
addNavigator, getAlternativeSortBy, getNavigator, getNavigators, getQtPipeline, getQueryServer, getSortBy, getTimeout, getView, isCollapsingEnabled, isCollapsingRemoves, isExpansionEnabled, isLemmatize, setAlternativeSortBy, setCollapsingEnabled, setCollapsingRemoves, setExpansionEnabled, setLemmatize, setQtPipeline, setQueryServer, setSortBy, setTimeout, setView
 
Methods inherited from class no.sesat.search.mode.config.FastCommandConfig
addCollections, getCollectionFilterString, getCollections, getFilter, getFiltertype, getOffensiveScoreLimit, getProject, getQueryServerUrl, getQueryType, getResultView, getSearchParameterMap, getSearchParameters, getSpamScoreLimit, getSpellchecklanguage, isClustering, isCollapsing, isExpansion, isIgnoreNavigation, isKeywordClusteringEnabled, isLemmatise, isRelevantQueries, isSpellcheck, setClustering, setCollapsing, setExpansion, setFilter, setFiltertype, setIgnoreNavigation, setKeywordClusteringEnabled, setLemmatise, setOffensiveScoreLimit, setProject, setQueryServerUrl, setQueryType, setRelevantQueries, setResultView, setSearchParameters, setSpamScoreLimit, setSpellcheck, setSpellchecklanguage
 
Methods inherited from class no.sesat.search.mode.config.CommandConfig
addQueryTransformer, addResultField, addResultFields, addResultHandler, clearFieldFilters, clearQueryTransformers, clearResultHandlers, getFieldFilterMap, getId, getInitialQueryTransformer, getName, getPagingParameter, getQueryBuilder, getQueryParameter, getQueryTransformers, getResultFieldMap, getResultFields, getResultHandlers, getResultsToReturn, getStatisticalName, getUserSortParameter, isAlwaysRun, isAsynchronous, isRunBlank, parseNavigators, setAlwaysRun, setAsynchronous, setFieldFilters, setId, setInitialQueryTransformer, setPagingParameter, setQueryBuilder, setQueryParameter, setResultsToReturn, setRunBlank, setStatisticalName, setUserSortParameter, toString, toStringLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusteringEspFastCommandConfig

public ClusteringEspFastCommandConfig()
Method Detail

getClusterIdParameter

public String getClusterIdParameter()
Getter for clusterIdParameter property.

Returns:
the clusterIdParameter value

setClusterIdParameter

public void setClusterIdParameter(String clusterIdParameter)
Setter for the clusterIdParameter.

Parameters:
clusterIdParameter - the new clusterIdParameter value

isClusteringDisabled

public boolean isClusteringDisabled()
Getter for the clusterDisabled property.

Returns:
the clusterDisabled value

setClusteringDisabled

public void setClusteringDisabled(boolean clusteringDisabled)
Setter for the clusterDisabled property.


setResultsPerCluster

public void setResultsPerCluster(int resultsPerCluster)
Setter for the resultsPerCluster property.

Parameters:
resultsPerCluster - the new resultsPerCluster value

getResultsPerCluster

public int getResultsPerCluster()
Getter for the resultsPerCluster property.

Returns:
the resultsPerCluster value

getClusterField

public String getClusterField()
Setter for the clusterField property.

Returns:
the clusterField value

setClusterField

public void setClusterField(String clusterField)
Setter for the clusterField proeprty.

Parameters:
clusterField - the new clusterField value


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