Deprecating HighlightingUtils

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@582449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mike Klaas 2007-10-06 04:22:21 +00:00
parent 872e407adc
commit 3de84b4857
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ import org.apache.lucene.search.highlight.*;
/**
* Collection of Utility and Factory methods for Highlighting.
*
* @deprecated use highlit.SolrHighlighter
*/
public class HighlightingUtils implements HighlightParams {