org.apache.lucene.search.highlight
Class NullFragmenter
public
class
NullFragmenter
extends Object
implements Fragmenter
Fragmenter implementation which does not fragment the text.
This is useful for highlighting the entire content of a document or field.
public boolean isNewFragment(
Token token)
public void start(String s)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.