SproutCMS

This is the code documentation for the SproutCMS project

function indexHtml()

Splits up html, and adds the keywords which are found into the index chosen with selectIndex()
Usually should be run from within a transaction

Usage

unknown Search::indexHtml ( string $text [, float $relevancy_multiplier ] );

Arguments

  1. string $text
    The text to process.
  2. float $relevancy_multiplier = 1
    A multiplier to apply to the relavancy of all keywords found.