LUCENE-2529, LUCENE-2668: always apply position increment gap and offset gap between values

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2010-09-27 23:08:21 +00:00
parent 13ea7a89c7
commit 6484cf7c29
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class FastVectorHighlighterTest extends SolrTestCaseJ4 {
assertQ("Basic summarization",
sumLRF.makeRequest("tv_text:vector"),
"//lst[@name='highlighting']/lst[@name='1']",
"//lst[@name='1']/arr[@name='tv_text']/str[.=' fast <em>vector</em> highlighter test']"
"//lst[@name='1']/arr[@name='tv_text']/str[.=' fast <em>vector</em> highlighter test ']"
);
}
}