Where should i do changes in config files if i want to boost on the basis of if a field is present in my found documents.
Explanation: I have documents with fields name, address, id, number, where number may or may not exists. I have to rank the documents higher based on if number is not present. I thought of writing function exists in my qf but that is not working. I am using edismax query parser. Thanks -- Rahul Ranjan