Package | Description |
---|---|
org.apache.lucene.search.highlight |
Highlighting search terms.
|
Modifier and Type | Field and Description |
---|---|
private TokenStreamFromTermVector.TokenLL |
TokenStreamFromTermVector.firstToken |
private TokenStreamFromTermVector.TokenLL |
TokenStreamFromTermVector.incrementToken |
(package private) TokenStreamFromTermVector.TokenLL |
TokenStreamFromTermVector.TokenLL.next |
Modifier and Type | Method and Description |
---|---|
private TokenStreamFromTermVector.TokenLL[] |
TokenStreamFromTermVector.initTokensArray() |
(package private) TokenStreamFromTermVector.TokenLL |
TokenStreamFromTermVector.TokenLL.insertIntoSortedLinkedList(TokenStreamFromTermVector.TokenLL head)
Given the head of a linked-list (possibly null) this inserts the token at the correct
spot to maintain the desired order, and returns the head (which could be this token if it's the smallest).
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
TokenStreamFromTermVector.TokenLL.compareOffsets(TokenStreamFromTermVector.TokenLL tokenB)
by startOffset then endOffset
|
(package private) TokenStreamFromTermVector.TokenLL |
TokenStreamFromTermVector.TokenLL.insertIntoSortedLinkedList(TokenStreamFromTermVector.TokenLL head)
Given the head of a linked-list (possibly null) this inserts the token at the correct
spot to maintain the desired order, and returns the head (which could be this token if it's the smallest).
|