Zend Framework
1.12
|
Public Member Functions | |
setDocument (Zend_Search_Lucene_Document_Html $document) | |
Set document for highlighting. | |
getDocument () | |
Get document for highlighting. | |
highlight ($words) | |
Highlight specified words. | |
Protected Attributes | |
$_highlightColors | |
$_currentColorIndex = 0 | |
$_doc | |
getDocument | ( | ) |
Get document for highlighting.
Implements Zend_Search_Lucene_Search_Highlighter_Interface.
highlight | ( | $words | ) |
Highlight specified words.
string | array | $words | Words to highlight. They could be organized using the array or string. |
Implements Zend_Search_Lucene_Search_Highlighter_Interface.
setDocument | ( | Zend_Search_Lucene_Document_Html | $document | ) |
Set document for highlighting.
Zend_Search_Lucene_Document_Html | $document |
Implements Zend_Search_Lucene_Search_Highlighter_Interface.
|
protected |
|
protected |
|
protected |