FileDocCategorySizeDatePackage
NullFragmenter.javaAPI DocApache Lucene 1.91018Mon Feb 20 09:18:22 GMT 2006org.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)