IsDoScore (Newsletter - Java)

Read-Write. For a newsletter document created using the formatMsgWithDoclinks method, indicates if the newsletter includes the relevance score for each document.

Defined in

Newsletter

Data type

boolean

Syntax

public boolean isDoScore()
    throws NotesException
public void setDoScore(boolean flag)
    throws NotesException

Legal values

  • true if the newsletter includes the relevance score for each document; default
  • false if the newsletter does not include relevance scores

Usage

This property has no effect for a newsletter document created using the formatDocument method.

This property applies only to newsletters with sorted collections; for example, a collection produced by a call to the FTSearch method in Database. If a newsletter collection is unsorted, this property has no effect.

Example