Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. In the list of all available parameters for AppServer, locate the SuggestionsPrioritization (previously CustomSuggestionsPrioritization) tag which is responsible for the suggestion prioritization mechanism. By default, the tag is commented.

4. Uncomment the section with the CustomSuggestionsPrioritization tag and fill in the information in the sub-tags as follows:

  • LangID (previously Lang) this parameter sets the short code of the language for which the suggestion prioritization mechanism with the defined configuration file will be applied.
  • ConfigFile (previously ConfigFileName) this parameter specifies the name of the configuration file which will be used for the suggestion prioritization mechanism.
  • AdvancedSearch this parameter enables the advanced search of the suggestions using not only the initial suggestion list given by the engine but also the language dictionaries, global custom and personal user dictionaries.
Code Block
languagexml
themeEmacs
...
<CustomSuggestionsPrioritization><SuggestionsPrioritization>
     <PrioritizationEnable>true</PrioritizationEnable>
   <Lang>en  <LangId>en_US</Lang>LangId>
       <ConfigFileName>suggestions_prioritization_rules_en_US.ini</ConfigFileName>
     <AdvancedSearch>ON</AdvancedSearch>
</CustomSuggestionsPrioritization>
...

...

Code Block
languagexml
themeEmacs
...
<CustomSuggestionsPrioritization><SuggestionsPrioritization>   
     <Lang>en<PrioritizationEnable>true</PrioritizationEnable> 
     <LangId>en_US</Lang>LangId> 
      <ConfigFileName>suggestions <ConfigFileName>suggestions_prioritization_rules_en_US.ini</ConfigFileName>
     <AdvancedSearch>ON<<AdvancedSearch>true</AdvancedSearch>
</CustomSuggestionsPrioritization>SuggestionsPrioritization>

<CustomSuggestionsPrioritization><SuggestionsPrioritization>
     <Lang>fr<LangId>fr_FR</Lang>LangId>
     <ConfigFileName>suggestions_prioritization_rules_fr_FR.ini</ConfigFileName>
     <AdvancedSearch>ON<<AdvancedSearch>true</AdvancedSearch>
</CustomSuggestionsPrioritization>SuggestionsPrioritization>
...

5. Once all the changes are done, save the file and start AppServer.