: In the application I'm developing I'm able to query on 2 properties of my : model: Name and BirthDay. Records that have an exact match on the name : property and for which the birthday is close to the specified BirthDay query : parameter should have a higher score.
use a RangeFilter to constrain your results to therange you want, then use a ValueSourceQuery to score documents higher when the value of the BirthDay field is "nearer" your target date. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]