Versions Compared

Key

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

...

In the panelRestrict by calling stack
In the filedeveloper.searchEngine.stackRestriction
EffectSet this to a regular expression. A query will be logged only if the abridged calling stack matches the regular expression, in whole or in part.

Search indexing settings

Warning

TBD

In the panelLog indexing
In the filedeveloper.searchIndex.enable
Effect

Write an entry to the log each time that documents are added to the Search index, assuming that INFO-level logging is enabled for the SearchEngineLogger. Note that documents are not changed in the Search index: instead, old documents are deleted and new documents are added. Each entry includes

  • The time taken to add the documents.
  • The number of documents added.
  • The URIs of the individuals being indexed in the documents.

The remaining settings in this area can be used to restrict which queries are logged, or to include more information for each query.

 

In the panel Show document contents
In the filedeveloper.searchIndex.showDocuments
Effect Each entry will include the contents of the documents being added. This includes the document identifiers, the boost level, and the contents of each of the fields in the document.
In the panel Restrict by URI or name
In the filedeveloper.searchIndex.uriOrNameRestriction
Effect Set this to a regular expression. An addition will be logged only if the list of document identifiers matches the regular expression, in whole or in part. The document identifiers are the URI and the Name fields.
In the panel Restrict by document contents
In the filedeveloper.searchIndex.documentRestriction
Effect Set this to a regular expression. An addition will be logged only if the contents of the documents matches the regular expression, in whole or in part.
In the panel Log deletions
In the filedeveloper.searchDeletions.enable
Effect

Write an entry to the log each time that documens are deleted from the Search index, assuming that INFO-level logging is enabled for the SearchEngineLogger. Each entry includes

  • The time spent deleting the documents
  • Either
    • the list of URIs being deleted, or
    • the search query that was used to find documents for deletion.
 

Links

Link textRebuild search index
URL/SearchIndex
The pageAllows you to request a rebuild of the search index, and to monitor its progress.

...