|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.mode.config.CommandConfig
no.sesat.search.mode.config.FastCommandConfig
no.sesat.search.mode.config.EspFastCommandConfig
no.sesat.search.mode.config.NavigatableEspFastCommandConfig
no.sesat.search.mode.config.NewsEspCommandConfig
@CommandConfig.Controller(value="NewsEspSearchCommand") public class NewsEspCommandConfig
Configuration for a NewsEspSearchCommand.
| 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 | |
|---|---|
static String |
ALL_MEDIUMS
Constant for medium value representing 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 | |
|---|---|
NewsEspCommandConfig()
|
|
| Method Summary | |
|---|---|
String |
getAgeField()
Getter for the ageField property. |
char |
getAgeSymbol()
Getter for the ageSymbol property. |
int |
getCollapsingMaxFetch()
Getter for the collapsingMaxFetch property. |
String |
getDefaultMedium()
Getter for the defaultMedium property. |
String |
getDefaultSort()
Getter for the defaultSort property. |
String |
getMaxAge()
Getter for the maxAge property. |
int |
getMaxAgeAmount()
Getter for the maxAgeAmount property. |
String |
getMediumParameter()
Getter for the mediumParameter property. |
String |
getMediumPrefix()
Getter for the mediumPrefix property. |
String |
getNestedResultsField()
Getter for the nestedResultsField property. |
String |
getRelevanceMultipleTermSortField()
Getter for the relevanceMultipleTermSortField property. |
String |
getRelevanceSingleTermSortField()
Getter for the relevanceSingleTermSortField property. |
String |
getRelevanceSortField()
Getter for the relevanceSortField property. |
String |
getSortField()
Getter for the sortField property. |
SearchConfiguration |
readSearchConfiguration(Element element,
SearchConfiguration inherit,
SearchModeFactory.Context context)
Apply the attributes found in element to 'this'. |
void |
setAgeField(String ageField)
Setter for the ageField property. |
void |
setAgeSymbol(char ageSymbol)
Setter for the ageSymbol property. |
void |
setCollapsingMaxFetch(int collapsingMaxFetch)
Setter for the collapsingMaxFetch property. |
void |
setDefaultMedium(String defaultMedium)
Setter for the defaultMedium property. |
void |
setDefaultSort(String defaultSort)
Setter for the defaultSort property. |
void |
setMaxAge(String maxAge)
Setter for the maxAge property. |
void |
setMediumParameter(String mediumParameter)
Setter for the mediumParameter property. |
void |
setMediumPrefix(String mediumPrefix)
Setter for the mediumPrefix property. |
void |
setNestedResultsField(String nestedResultsField)
Setter for the nestedResultsField property. |
void |
setRelevanceMultipleTermSortField(String relevanceMultipleTermSortField)
Setter for the relevanceMultipleTermSortField property. |
void |
setRelevanceSingleTermSortField(String relevanceSingleTermSortField)
Setter for the relevanceSingleTermSortField property. |
void |
setRelevanceSortField(String relevanceSortField)
Setter for the relevanceSortField property. |
void |
setSortField(String sortField)
Setter for the sortField property. |
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ALL_MEDIUMS
| Constructor Detail |
|---|
public NewsEspCommandConfig()
| Method Detail |
|---|
public String getSortField()
public void setSortField(String sortField)
sortField - the new sortField valuepublic String getDefaultSort()
public void setDefaultSort(String defaultSort)
defaultSort - the new defaultSort valuepublic int getCollapsingMaxFetch()
public void setCollapsingMaxFetch(int collapsingMaxFetch)
collapsingMaxFetch - the new collapsingMaxFetch valuepublic String getNestedResultsField()
public void setNestedResultsField(String nestedResultsField)
nestedResultsField - the new nestedResultsField valuepublic String getMediumPrefix()
public void setMediumPrefix(String mediumPrefix)
mediumPrefix - the new mediumPrefix valuepublic String getDefaultMedium()
public void setDefaultMedium(String defaultMedium)
defaultMedium - the new defaultMedium valuepublic String getMediumParameter()
public void setMediumParameter(String mediumParameter)
mediumParameter - the new mediumParameter valuepublic String getRelevanceSortField()
public void setRelevanceSortField(String relevanceSortField)
relevanceSortField - the new relevanceSortField valuepublic String getRelevanceSingleTermSortField()
public void setRelevanceSingleTermSortField(String relevanceSingleTermSortField)
relevanceSingleTermSortField - the new relevanceSingleTermSortField valuepublic String getRelevanceMultipleTermSortField()
public void setRelevanceMultipleTermSortField(String relevanceMultipleTermSortField)
relevanceMultipleTermSortField - the new relevanceMultipleTermSortField valuepublic String getMaxAge()
public void setMaxAge(String maxAge)
maxAge - the new maxAge valuepublic String getAgeField()
public void setAgeField(String ageField)
ageField - the new ageField valuepublic char getAgeSymbol()
public void setAgeSymbol(char ageSymbol)
ageSymbol - the new ageSymbol valuepublic int getMaxAgeAmount()
public SearchConfiguration readSearchConfiguration(Element element,
SearchConfiguration inherit,
SearchModeFactory.Context context)
SearchConfiguration.ModesW3cDomDeserialiser
readSearchConfiguration in interface SearchConfiguration.ModesW3cDomDeserialiserreadSearchConfiguration in class EspFastCommandConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||