Uses of Class
org.apache.lucene.search.highlight.TokenStreamFromTermVector.TokenLL
Packages that use TokenStreamFromTermVector.TokenLL
-
Uses of TokenStreamFromTermVector.TokenLL in org.apache.lucene.search.highlight
Fields in org.apache.lucene.search.highlight declared as TokenStreamFromTermVector.TokenLLModifier and TypeFieldDescriptionTokenStreamFromTermVector.firstTokenTokenStreamFromTermVector.incrementToken(package private) TokenStreamFromTermVector.TokenLLTokenStreamFromTermVector.TokenLL.nextMethods in org.apache.lucene.search.highlight that return TokenStreamFromTermVector.TokenLLModifier and TypeMethodDescriptionprivate TokenStreamFromTermVector.TokenLL[]TokenStreamFromTermVector.initTokensArray()(package private) TokenStreamFromTermVector.TokenLLTokenStreamFromTermVector.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).Methods in org.apache.lucene.search.highlight with parameters of type TokenStreamFromTermVector.TokenLLModifier and TypeMethodDescription(package private) intTokenStreamFromTermVector.TokenLL.compareOffsets(TokenStreamFromTermVector.TokenLL tokenB) by startOffset then endOffset(package private) TokenStreamFromTermVector.TokenLLTokenStreamFromTermVector.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).