You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/07/15 23:54:54 UTC

svn commit: r422296 - /incubator/solr/trunk/src/java/org/apache/solr/util/SolrPluginUtils.java

Author: yonik
Date: Sat Jul 15 14:54:53 2006
New Revision: 422296

URL: http://svn.apache.org/viewvc?rev=422296&view=rev
Log:
order tokens before feeding to highlighter

Modified:
    incubator/solr/trunk/src/java/org/apache/solr/util/SolrPluginUtils.java

Modified: incubator/solr/trunk/src/java/org/apache/solr/util/SolrPluginUtils.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/util/SolrPluginUtils.java?rev=422296&r1=422295&r2=422296&view=diff
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/util/SolrPluginUtils.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/util/SolrPluginUtils.java Sat Jul 15 14:54:53 2006
@@ -888,7 +888,7 @@
     curIndex = -1;
     curOffset = 0;
     currentStream = null;
-    
+    this.orderTokenOffsets=orderTokenOffsets;
   }
 
   /** Returns the next token in the stream, or null at EOS. */