(index) Fix bug in dealing with quoted search terms
This commit is contained in:
parent
37b7f52f2c
commit
79adba9284
@ -60,7 +60,7 @@ public class IndexResultValuator {
|
||||
|
||||
final long docId = UrlIdCodec.removeRank(id);
|
||||
|
||||
if (!termMetadataForDocuments.testCoherence(docId, searchTerms.coherences))
|
||||
if (!termMetadataForDocuments.testCoherence(id, searchTerms.coherences))
|
||||
return null;
|
||||
|
||||
long docMetadata = metadataService.getDocumentMetadata(docId);
|
||||
|
Loading…
Reference in New Issue
Block a user