mirror of https://github.com/apache/lucene.git
order tokens before feeding to highlighter
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
74848d9254
commit
4f7faab2be
|
@ -888,7 +888,7 @@ class MultiValueTokenStream extends TokenStream {
|
|||
curIndex = -1;
|
||||
curOffset = 0;
|
||||
currentStream = null;
|
||||
|
||||
this.orderTokenOffsets=orderTokenOffsets;
|
||||
}
|
||||
|
||||
/** Returns the next token in the stream, or null at EOS. */
|
||||
|
|
Loading…
Reference in New Issue