You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Flavio Pompermaier <po...@okkam.it> on 2013/08/20 13:51:47 UTC

Boost by numFounds

Hi to everybody,
in my index I have location names and I'd like to give boost to those that
are more referred to in other documents. For example, if I query document
by "name:London", I'd like to give more boost to those ids that are most
referred in other fields of documents (e.g. city=1234), that is, using the
numFound value when querying by "city:1234"

Is that possible? How?

Best,
Flavio

Re: Boost by numFounds

Posted by Flavio Pompermaier <po...@okkam.it>.
I found that what can do the trick for page-rank like indexing is
externalFileField! Is there an help to upload the external files to all
solr servers (in solr 3 and solrCloud)?
Or should I copy it to all solr instances data folder and then reload their
cache?

On Sat, Aug 24, 2013 at 12:36 AM, Flavio Pompermaier
<po...@okkam.it>wrote:

> Any help..? Is it possible to add this pagerank-like behaviour?
>
>

Re: Boost by numFounds

Posted by Flavio Pompermaier <po...@okkam.it>.
Any help..? Is it possible to add this pagerank-like behaviour?