How to score high of document containing "Burj Khalifa" in title and then in summary field in SOLR

Posted by user365589 on Stack Overflow See other posts from Stack Overflow or by user365589
Published on 2010-06-13T08:47:26Z Indexed on 2010/06/13 8:52 UTC
Read the original article Hit count: 135

Filed under:

Hi, I want to sort document by relevancy i.e. First all docs having "Burj Khalifa" in title and then in summary field? and sort by publishdate as well. means latest documents must have high score.

criteria is like sort by score with publishdate

http://localhost:8080/solr/select?sort=score+desc,publishdate+desc&q=Burj Khalifa

© Stack Overflow or respective owner

Related posts about solr