Re: Index-time field boost with DIH

2012-05-24 Thread Chamnap Chhorn
Thanks for your reply. I need to boost at the document level and at the field level as well. Only the query match certain fields would get boost. In DIH, there is $docBoost (boost at document level), but documentation about field-boost at all. On Thu, May 24, 2012 at 10:32 PM, Walter Underwood w

Re: Index-time field boost with DIH

2012-05-24 Thread Walter Underwood
If you want different boosts for different documents, then use the "boost" parameter in edismax. You can store the factor in a field, then use it to affect the score. If you store it in a field named "docboost", you could use this in an edismax config in your solrconfig.xml. log(max(doc

Re: Index-time field boost with DIH

2012-05-24 Thread Chamnap Chhorn
I need to do index-time field boosting because the client buy position asset. Therefore, some document when matched are more important than others. That's what index time boost does, right? On Thu, May 24, 2012 at 10:10 PM, Walter Underwood wrote: > Why? Query-time boosting is fast and more flexi

Re: Index-time field boost with DIH

2012-05-24 Thread Walter Underwood
Why? Query-time boosting is fast and more flexible. wunder Search Guy, Netflix & Chegg On May 24, 2012, at 6:11 AM, Chamnap Chhorn wrote: > Anyone could help me? I really need index-time field-boosting. > > On Thu, May 24, 2012 at 4:21 PM, Chamnap Chhorn > wrote: > >> Hi all, >> >> I want t

Re: Index-time field boost with DIH

2012-05-24 Thread Chamnap Chhorn
Anyone could help me? I really need index-time field-boosting. On Thu, May 24, 2012 at 4:21 PM, Chamnap Chhorn wrote: > Hi all, > > I want to do index-time boost field on DIH. Is there any way to do this? I > see on this documentation, there is only $docBoost. How about field boost? > Is it possi

Re: Index-time field boost with DIH

2012-03-16 Thread Erick Erickson
I'd go ahead and do the query time boosts. The "penalty" will be a single multiplication per doc (I think), and probably not noticeable. And it's much more flexible/easier... Best Erick On Thu, Mar 15, 2012 at 9:21 PM, Arcadius Ahouansou wrote: > Hello. > > I have an SQL database with documents