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 ?