searchengine/oss/cl/clucene/src/clucene/highlighter/Highlighter.h
changeset 21 2c484ac32ef0
parent 7 a5fbfefd615f
equal deleted inserted replaced
18:3e1f76dd2722 21:2c484ac32ef0
    65 	 */
    65 	 */
    66 	void _mergeContiguousFragments(TextFragment** frag, int32_t fragsLen);
    66 	void _mergeContiguousFragments(TextFragment** frag, int32_t fragsLen);
    67 	
    67 	
    68 public:
    68 public:
    69 	LUCENE_STATIC_CONSTANT(int32_t, DEFAULT_MAX_DOC_BYTES_TO_ANALYZE=50*1024);
    69 	LUCENE_STATIC_CONSTANT(int32_t, DEFAULT_MAX_DOC_BYTES_TO_ANALYZE=50*1024);
       
    70 	
       
    71 	LUCENE_STATIC_CONSTANT(int32_t, MAX_FRAGMENTS_TO_HIGHLIGHT=2);
    70 
    72 
    71 	/**
    73 	/**
    72 	 * Constructs a Highlighter object with the provided scorer. The HighlightScorer object is owned
    74 	 * Constructs a Highlighter object with the provided scorer. The HighlightScorer object is owned
    73 	 * by the Highlighter object, and it will freed in the destructor.
    75 	 * by the Highlighter object, and it will freed in the destructor.
    74 	 */
    76 	 */