Is the keyField over here the same thing as the "score" of the field?
> Date: Tue, 10 May 2011 06:39:32 -0700
> From: iori...@yahoo.com
> Subject: RE: Boosting score of a document without deleting and adding another 
> document
> To: solr-user@lucene.apache.org
> 
> 
> > 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