net.sf.zekr.engine.search.tanzil
Interface ISearchResultHighlighter

All Known Implementing Classes:
SimpleSearchResultHighlighter

public interface ISearchResultHighlighter

Search result highlighter interface. Implementations of this class highlight matched patterns in the text based on the input pattern (regular expression) parameter.

Author:
Hamid Zarrabi-Zadeh, Mohsen Saboorian

Method Summary
 java.lang.String highlight(java.lang.String text, java.lang.String pattern)
           
 

Method Detail

highlight

java.lang.String highlight(java.lang.String text,
                           java.lang.String pattern)