Home | History | Annotate | Download | only in fts3

Lines Matching full:highlighted

567 ** that requires highlighting. For example, if 'X' is a highlighted term
568 ** and '.' is a non-highlighted term, BestSnippet() may select:
574 ** non-highlighted terms to the right of the final highlighted term as there
575 ** are to the left of the first highlighted term. For example, to this:
582 ** actually contains terms that follow the final highlighted term.
654 const char *zOpen, /* String inserted before highlighted term */
655 const char *zClose, /* String inserted after highlighted term */
694 int isHighlight; /* True for highlighted terms */
731 /* Set isHighlight to true if this term should be highlighted. */