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 |
boolean | isNewFragment(Token nextToken)
Test to see if this token from the stream should be held in a new TextFragment |
void | start(String originalText)
Initializes the Fragmenter |
public boolean isNewFragment(
Token nextToken)
Test to see if this token from the stream should be held in a new TextFragment
Parameters: nextToken
public void start(String originalText)
Initializes the Fragmenter
Parameters: originalText
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.