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:
Yonik Seeley 2006-07-15 21:54:53 +00:00
parent 74848d9254
commit 4f7faab2be
1 changed files with 1 additions and 1 deletions

View File

@ -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. */