Lucene also lets you change the norms directly, from an IndexReader.

In theory this could do what you're seeking, I believe.  But it's
rather expert... and I don't think it's exposed through to Solr (?).

Mike

http://blog.mikemccandless.com

On Tue, May 10, 2011 at 9:39 AM, Ahmet Arslan <iori...@yahoo.com> wrote:
>
>> What I want to do is : everytime an item is searched, I get
>> the ID of that document, and now I want to increase this
>> document's score.Function queries at query time won't really
>> help with this. Any way to do this other than adding the
>> entire document again?
>
> Looks like you need ExternalFileField.
>
> http://lucene.apache.org/solr/api/org/apache/solr/schema/ExternalFileField.html
>

Reply via email to