Re: Boost on basis of field is present or not in found documents

2014-10-16 Thread Ahmet Arslan
Hi, Can't you mix not, exists, if functions? https://cwiki.apache.org/confluence/display/solr/Function+Queries boost=if(not(exists(number)),1,100) On Thursday, October 16, 2014 5:13 PM, Rahul wrote: Where should i do changes in config files if i want to boost on the basis of if a field is

Boost on basis of field is present or not in found documents

2014-10-16 Thread Rahul
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.