Class TextFragment
Low-level class used to record information about a section of a document with a score.
Inheritance
System.Object
TextFragment
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class TextFragment : object
Constructors
Name | Description |
---|---|
TextFragment(StringBuilder, Int32, Int32) |
Properties
Name | Description |
---|---|
FragNum | the fragment sequence number |
Score |
Methods
Name | Description |
---|---|
Follows(TextFragment) | true if this fragment follows the one passed |
Merge(TextFragment) | |
ToString() | Returns the marked-up text for this text fragment |