Re: How to Use PageRank like Document Boosting at Solr?

2013-06-12 Thread Michael Della Bitta
Seems like your boost field needs to be indexed. On Jun 12, 2013 3:49 AM, "Furkan KAMACI" wrote: > I use Nutch to index my documents. I have a Nutch aware schema at my Solr > and there is a field like that: > > > > boost holds the epic score of my documents (similar to Google's pagerank). > How

How to Use PageRank like Document Boosting at Solr?

2013-06-12 Thread Furkan KAMACI
I use Nutch to index my documents. I have a Nutch aware schema at my Solr and there is a field like that: boost holds the epic score of my documents (similar to Google's pagerank). How can I boost my queries at Solr side?I followed wiki and tried that: q={!boost b=boost}text:supervillians and