See: Description
| Interface | Description |
|---|---|
| MarkCollector |
Receives callbacks to mark terms, context start/end, and span start/end
notifications from
ContextMarker. |
| WordIter |
Interface for iterating over the contents of a field or document on a
word-oriented basis.
|
| Class | Description |
|---|---|
| BasicMarkPos |
Stores a position within a single document field.
|
| BasicWordIter |
Utility class used to iterate either forward or backward through the
tokens in a single string of text.
|
| ContextMarker |
Workhorse class that handles marking hits, context surrounding hits, and
search terms.
|
| MarkPos |
Represents an abstract position within the text of a document.
|
This package provides the ability to mark terms, spans, and context around spans within the contents of a stored document field.
Here are the general steps to use this functionality: