Disabling the display of search excerpts in full-text search

By default, full-text search shows some words around the keyword as found in each document so that the user can see the context of how the keyword is used. You can disable this feature as a possible performance optimization.

Procedure

  1. Open the application.yml file located at [LCC_home]/content-service/config for editing.
  2. Find the following configuration.
    ietm:
      include_fragments: 1
    

    Set this value to 0 to disable text fragments for full-text search. If the include_fragments option is not present in the application.yml file, the server treats it as if it were set to 'false' or 0.

  3. Save and close the application.yml file.