mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
[TESTS] Left-over from 14420d7c4e15df9b565b50ef5beab797f756c3ac.
This commit is contained in:
parent
14420d7c4e
commit
2d417cf5b6
@ -50,7 +50,7 @@ public class CustomHighlighter implements Highlighter {
|
||||
if (cacheEntry.docId == docId) {
|
||||
cacheEntry.position++;
|
||||
} else {
|
||||
cacheEntry.docId = highlighterContext.hitContext.docId();
|
||||
cacheEntry.docId = docId;
|
||||
cacheEntry.position = 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user