Empty fields in document and scoring

I many documents in my index and one of them is as below:
{
employeeName: "James Bond",
employeePh: "1234567",
postalCode : [],
address: [],
country: [],
}

I understand that they should not be there in the first place, but lets consider we have them somehow according to my code.
Can the empty fields affect score, for my match queries ?

No. It won't.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.