org.apache.lucene.search.highlight

Class NullFragmenter

public class NullFragmenter extends Object implements Fragmenter

{@link Fragmenter} implementation which does not fragment the text. This is useful for highlighting the entire content of a document or field.
Method Summary
booleanisNewFragment(Token token)
voidstart(String s)

Method Detail

isNewFragment

public boolean isNewFragment(Token token)

start

public void start(String s)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.