|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultHandlerConfig | |
|---|---|
| no.sesat.search.mode.config | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.result.handler | |
| Uses of ResultHandlerConfig in no.sesat.search.mode.config |
|---|
| Methods in no.sesat.search.mode.config that return types with arguments of type ResultHandlerConfig | |
|---|---|
List<ResultHandlerConfig> |
BaseSearchConfiguration.getResultHandlers()
Returns a (defensive copy) list of ResultHandlerConfig that should act on the search
result. |
List<ResultHandlerConfig> |
CommandConfig.getResultHandlers()
|
| Methods in no.sesat.search.mode.config with parameters of type ResultHandlerConfig | |
|---|---|
void |
BaseSearchConfiguration.addResultHandler(ResultHandlerConfig handler)
Adds a ResultHandlerConfig to the list of handlers. |
void |
CommandConfig.addResultHandler(ResultHandlerConfig handler)
|
| Uses of ResultHandlerConfig in no.sesat.search.result.handler |
|---|
| Classes in no.sesat.search.result.handler that implement ResultHandlerConfig | |
|---|---|
class |
AbstractResultHandlerConfig
AbstractResultHandlerConfig |
class |
AgeCalculatorResultHandlerConfig
Calculate Age. |
class |
ClusteringHitCountResultHandlerConfig
Result handler to fix the hit count on clustering search results where Fast gives us a wrong hit count (too low). |
class |
ClusterOffsetAdapterResultHandlerConfig
|
class |
DateFormatResultHandlerConfig
DateFormatHandler is part of no.sesat.search.result Transform fast inputdate to how it will be displayed in tv enrichment . |
class |
DiscardDuplicatesResultHandlerConfig
Removes from a ResultList duplicate ResultItems. |
class |
FieldChooserResultHandlerConfig
Copies the first found value in the list of from fields into the target field. |
class |
FieldEscapeResultHandlerConfig
|
class |
FieldFilterResultHandlerConfig
|
class |
FieldSplitterResultHandlerConfig
Config for the result handler to split a field into an array. |
class |
FindFileFormatResultHandlerConfig
|
class |
NewsSearchSetBodyResultHandlerConfig
Configuration for the NewsSearchSetBodyResultHandler ... |
class |
NumberOperationResultHandlerConfig
Perform a JEP operation. |
class |
PhoneNumberChooserResultHandlerConfig
|
class |
RegexpResultHandlerConfig
Applies a regular expression to a specified field in every result item adding a target field matching the first capturing group in the regular expression. |
class |
SpellingSuggestionChooserResultHandlerConfig
Spelling suggestions are chosen in the following way: Discard all suggestions with score less than minimumScore For each term, remove suggestions with lowest score so that the number of suggestions is less than maxSuggestions. |
| Methods in no.sesat.search.result.handler that return ResultHandlerConfig | |
|---|---|
ResultHandlerConfig |
ResultHandlerConfig.readResultHandler(Element element)
|
| Methods in no.sesat.search.result.handler with parameters of type ResultHandlerConfig | |
|---|---|
static ResultHandler |
ResultHandlerFactory.getController(ResultHandler.Context context,
ResultHandlerConfig config)
|
| Constructors in no.sesat.search.result.handler with parameters of type ResultHandlerConfig | |
|---|---|
AgeCalculatorResultHandler(ResultHandlerConfig config)
|
|
ClusteringHitCountResultHandler(ResultHandlerConfig config)
|
|
ClusterOffsetAdapter(ResultHandlerConfig config)
|
|
DateFormatHandler(ResultHandlerConfig config)
|
|
DiscardDuplicatesResultHandler(ResultHandlerConfig config)
|
|
FieldChooser(ResultHandlerConfig config)
|
|
FieldFilter(ResultHandlerConfig config)
|
|
FieldSplitter(ResultHandlerConfig config)
|
|
FindFileFormat(ResultHandlerConfig config)
|
|
NewsSearchSetBodyResultHandler(ResultHandlerConfig config)
|
|
NumberOperationHandler(ResultHandlerConfig config)
|
|
PhoneNumberChooser(ResultHandlerConfig config)
|
|
RegexpResultHandler(ResultHandlerConfig config)
|
|
SpellingSuggestionChooser(ResultHandlerConfig config)
Create a new SpellingSuggestionChooser. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||