org.apache.lucene.search.highlight
Class TextFragment
public class TextFragment
Low-level class used to record information about a section of a document
with a score.
TextFragment(StringBuffer markedUpText, int textStartPos, int fragNum)
|
TextFragment
public TextFragment(StringBuffer markedUpText,
int textStartPos,
int fragNum)
follows
public boolean follows(TextFragment fragment)
- true if this fragment follows the one passed
getFragNum
public int getFragNum()
- the fragment sequence number
getScore
public float getScore()
merge
public void merge(TextFragment frag2)
frag2
- Fragment to be merged into this one
toString
public String toString()
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.