mirror of https://github.com/apache/lucene.git
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:
parent
13ea7a89c7
commit
6484cf7c29
|
@ -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 ']"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue