| com.atlassian.confluence.search.contentnames.ResultCategoriser |
Known Indirect Subclasses
|
Responsible for categorising results that are passed in as DocumentResultScores.
Results are categorised according to the ResultTemplate specified.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Categorises documentScores into categories defined in the specified resultTemplate.
| |||||||||||
Categorises documentScores into categories defined in the specified resultTemplate. If no results are found for any particular category, then an empty TopDocCollector is assigned that category.
| documentResultScores | the scores for each document. |
|---|---|
| resultTemplate | the required grouping of results |
| IllegalArgumentException | if documentScores or resultTemplate is null. |
|---|

