> 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