Auto-suggestions for keywords

Build 1501 on 14/Nov/2017  This topic last edited on: 30/Aug/2016, at 15:54

You can enrich your content with Solr or Exalead auto-suggestions for keywords. See also Content and keywords.

Suggestions appear on the Details tab of the article properties, for the articles that have text content, where the content is long enough and contain terms that can produce suggestions.

Suggestions, if any, appear in form of buttons, one-per-suggestions, between the field for manual entering of keywords (label "Keywords") and the field that contains already entered keywords (above the labeld "Add keywords here"):

Click to toggle graphic size

Add a suggestion

Click the button with the suggestion: the keyword disappears from suggestions, and appears in the 'already added keywords' field.

Add all suggestions

(available in 2.4 or newer): click the button with the +number, e.g. +13, and all the suggestions are added to the 'already added keywords' field.

Remove a suggestion from already added keywords

Click the keyword in the 'already added keywords' field, and then click 'remove added' button: the keyword disappears from the 'already added keywords' and reappears in the suggestions.

Notes

If you enable Exalead keywords in the Ted4_Config.xml configuration, the "standard" suggestions will not be available anymore.

The code to enable Exalead keywords is:

     <attribute name="keywords">

       <ui tab="detailsTab" mode="Normal" instruction="Add keywords here.">

         <template

           kind="ExaleadSuggest"

           exaleadCategories="People,Location,Organization"

           xmlns="http://www.teradp.com/schemas/GN4/1/XmlSchemaExt.xsd" />

       </ui>

     </attribute>

The code for standard keywords is:

     <attribute name="keywords">

       <ui tab="detailsTab" mode="Normal" instruction="Add keywords here." />

   </attribute>

Suggestions require Exalead license (base).

See also

Content and keywords

Note: since build 2711, all ExaleadXXX templates are renamed to FullTextXXX, and the ExaleadFullText became FullText.