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