: The setup for this question was to simplify the actual environment,
: we're not actually demoting popular authors.
Well, the beter you describe your problem in terms of your *actual* goal,,
the more likely people can help give you applicable answers...
https://people.apache.org/~hossman/#xypr
Chris Hostetter
Reply-to: solr-user@lucene.apache.org
To: solr-user@lucene.apache.org
Subject: Re: negative boosts for docs with common field value
Date: Tue, 11 Oct 2011 15:37:03 -0700 (PDT)
: Some searches will obviously be saturated by docs from any given author if
: they've simply wr
: Some searches will obviously be saturated by docs from any given author if
: they've simply written more.
:
: I'd like to give a negative boost to these matches, there-by making sure that
: 1 Author doesn't saturate the results just because they've written 500
: documents, compared to others wh
ucene ecosystem search :: http://search-lucene.com/
- Original Message -
> From: Robert Brown
> To: solr-user@lucene.apache.org
> Cc:
> Sent: Thursday, October 6, 2011 10:31 AM
> Subject: Re: negative boosts for docs with common field value
>
> We don't want to lim
We don't want to limit the number of results coming back, so
unfortunately grouping doesn't quite fix it, plus it would, by nature,
group docs by a particular Author together which might not necessarily
be adjacent.
On Thu, 6 Oct 2011 07:16:48 -0700 (PDT), Ahmet Arslan
wrote:
>> For the sake of
> For the sake of simplicity, I have an index with docs
> containing the following fields:
>
> Title
> Description
> Author
>
> Some searches will obviously be saturated by docs from any
> given author if they've simply written more.
>
> I'd like to give a negative boost to these matches,
> ther
http://wiki.apache.org/solr/SolrRelevancyFAQ#How_do_I_give_a_very_low_boost_to_documents_that_match_my_query
> Hi,
>
> For the sake of simplicity, I have an index with docs containing the
> following fields:
>
> Title
> Description
> Author
>
> Some searches will obviously be saturated by docs