|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacetedSearchResult<T extends ResultItem>
An extension of ResultList that stores the facets from a facet enabled search command.
| Method Summary | |
|---|---|
void |
addModifier(String navigatorName,
Modifier modifier)
To the list of modifiers found in the navigators under the name "navigatorName" add the modifier. |
Modifier |
getModifier(String navigatorName,
String modifierName)
The modifier with name "modifierName" from the modifier list found in the navigation map under the name "navigatorNam". |
int |
getModifierCount(String navigatorName,
String modifierName)
The count of the modifier with name "modifierName" from the modifier list found in the navigation map under the name "navigatorNam". |
List<Modifier> |
getModifiers(String navigatorName)
A live copy of the modifiers found in the navigation map under the name "navigatorName". |
| Methods inherited from interface no.sesat.search.result.ResultList |
|---|
addField, addObjectField, addQuerySuggestion, addResult, addResults, addSpellingSuggestion, getHitCount, getQuerySuggestions, getRelevantQueries, getResults, getSpellingSuggestions, removeResult, removeResults, replaceResult, setHitCount, sortResults |
| Methods inherited from interface no.sesat.search.result.ResultItem |
|---|
addToMultivaluedField, getField, getFieldNames, getMultivaluedField, getObjectField, getTitle, getUrl, setTitle, setUrl |
| Method Detail |
|---|
void addModifier(String navigatorName,
Modifier modifier)
navigatorName - modifier -
Modifier getModifier(String navigatorName,
String modifierName)
navigatorName - modifierName -
int getModifierCount(String navigatorName,
String modifierName)
navigatorName - modifierName -
List<Modifier> getModifiers(String navigatorName)
navigatorName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||