File
Doc
Category
Size
Date
Package
NullFragmenter.java
API Doc
Apache Lucene 1.9
1018
Mon Feb 20 09:18:22 GMT 2006
org.apache.lucene.search.highlight
NullFragmenter
java.lang.Object
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
boolean
isNewFragment
(
org.apache.lucene.analysis.Token
token)
return false;
public void
start
(
java.lang.String
s)
Java Code Source