Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am constructing a query that searches on the tile. I would like to boost the doc score based on the distance and a date field. Can this be achieved without restricting the distance and date field to a range?

What would the query be if the query field is title and sfield is latlon?

share|improve this question

1 Answer

boost to 'wildcarded' distance and date fields, i.e: [* TO *] ?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.