Re: Searching for Index-Time Boosting in FAQ

2008-09-15 Thread Shalin Shekhar Mangar
Please go ahead :-) On Mon, Sep 15, 2008 at 3:04 PM, Luca Molteni <[EMAIL PROTECTED]> wrote: > Now that's clear! > > Since it's and Index-time boost, it was in the indexing documents section. > I > should have checked for that. Would you mind if I dare to update the > scoring > FAQ with the link

Re: Searching for Index-Time Boosting in FAQ

2008-09-15 Thread Luca Molteni
Now that's clear! Since it's and Index-time boost, it was in the indexing documents section. I should have checked for that. Would you mind if I dare to update the scoring FAQ with the link to this page? "To increase the scores for certain documents that match a query, regardless of what that que

Re: Searching for Index-Time Boosting in FAQ

2008-09-15 Thread Shalin Shekhar Mangar
You can specify a boost while indexing by adding a 'boost' attribute to the field tag in the XML. For example: value In the same manner, boost can also be specified on the document tag to boost the score for the whole document. This information is not very prominent in the wiki but s