q. See the classificationplugin.tmpl template
file. This in essence is functionally equivalent to RenderKnownTags however is using SolrPlugin
if installed for better performance.
%STARTINCLUDE%%SOLRSEARCH{
web="%THEWEB{default="%BASEWEB%"}%"
facetlimit="tag=%LIMIT{default="10"}%"
field="none"
facets="tag"
facetprefix="%TAG{default=""}%"
facetsort="index"
header_tag="[$n"
format_tag="{\"value\":\"$key\"}"
separator_tag=",$n"
footer_tag="$n]"
}%%STOPINCLUDE%
%SOLRSEARCH{
web=""
facetlimit="tag=10"
field="none"
facets="tag"
facetprefix=""
facetsort="index"
header_tag="[$n"
format_tag="{\"value\":\"$key\"}"
separator_tag=",$n"
footer_tag="$n]"
}%
| TopicType | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
| TopicTitle | |
| Summary | returns a list of known tags using SolrPlugin |
| WikiApplication | ClassificationApp |