| Package | Description |
|---|---|
| org.apache.lucene.benchmark.byTask.tasks |
Extendable benchmark tasks.
|
| org.apache.lucene.search.vectorhighlight |
This is an another highlighter implementation.
|
| Class and Description |
|---|
| FastVectorHighlighter
Another highlighter implementation.
|
| Class and Description |
|---|
| BaseFragmentsBuilder |
| BoundaryScanner |
| FieldFragList
FieldFragList has a list of "frag info" that is used by FragmentsBuilder class
to create fragments (snippets).
|
| FieldFragList.WeightedFragInfo |
| FieldFragList.WeightedFragInfo.SubInfo |
| FieldPhraseList
FieldPhraseList has a list of WeightedPhraseInfo that is used by FragListBuilder
to create a FieldFragList object.
|
| FieldPhraseList.WeightedPhraseInfo |
| FieldPhraseList.WeightedPhraseInfo.Toffs |
| FieldQuery
FieldQuery breaks down query object into terms/phrases and keep
them in QueryPhraseMap structure.
|
| FieldQuery.QueryPhraseMap |
FieldTermStack
FieldTermStack is a stack that keeps query terms in the specified field
of the document to be highlighted. |
| FieldTermStack.TermInfo |
| FragListBuilder
FragListBuilder is an interface for FieldFragList builder classes.
|
FragmentsBuilder
FragmentsBuilder is an interface for fragments (snippets) builder classes. |