org.apache.lucene.search.highlight

Interface Fragmenter

public interface Fragmenter

Implements the policy for breaking text into multiple fragments for consideration by the {@link Highlighter} class. A sophisticated implementation may do this on the basis of detecting end of sentences in the text.

Author: mark@searcharea.co.uk

Method Summary
booleanisNewFragment(Token nextToken)
Test to see if this token from the stream should be held in a new TextFragment
voidstart(String originalText)
Initializes the Fragmenter

Method Detail

isNewFragment

public boolean isNewFragment(Token nextToken)
Test to see if this token from the stream should be held in a new TextFragment

Parameters: nextToken

start

public void start(String originalText)
Initializes the Fragmenter

Parameters: originalText

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.