FileDocCategorySizeDatePackage
NullFragmenter.javaAPI DocApache Lucene 2.1.01206Wed Feb 14 10:46:22 GMT 2007org.apache.lucene.search.highlight

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.

Fields Summary
Constructors Summary
Methods Summary
public booleanisNewFragment(org.apache.lucene.analysis.Token token)

    return false;
  
public voidstart(java.lang.String s)