On 12 June 2012 13:51, vineet yadav <vineet.yadav.i...@gmail.com> wrote: > Hi Gora, > Thanks for reply. > I have computed pagerank offline for document set dump. I ideally > want to use pagerank and solr relevency score together in formula to > sort search solr result. I have already looked at > http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_increase_the_score_for_specific_documents > and found that indextimeboost is useful. I want to know how can I use > indextimeboost ? [...]
That depends on how you are indexing data into Solr. That page explains how to do index-time boosting at record level, and field level for XML documents uploaded to Solr with post.sh. If you are using the Solr DataImportHandler, you can boost records, but not individual fields, as far as I am aware. Please take a look at this thread for an example: http://lucene.472066.n3.nabble.com/Index-time-boosting-with-DIH-td3206271.html It would help if you did some basic groundwork, tried out things for yourselves, and asked more specific questions. You might wish to read http://wiki.apache.org/solr/UsingMailingLists Regards, Gora