Re: Overriding DefaultScore

2010-10-15 Thread Ian Lea
http://www.lucidimagination.com/blog/2009/08/05/getting-started-with-payloads/ sounds a good place to start. A much simpler alternative, although without exact control, would be to use query boosting. There is also CustomScoreQuery - complex but powerful. -- Ian. On Fri, Oct 15, 2010 at 2:19

Re: Overriding DefaultScore

2010-10-15 Thread Zaharije Pasalic
Can anybody explain or point me to couple of links where i can find more info about payloads? Thx On Fri, Oct 15, 2010 at 11:09 AM, Danil ŢORIN wrote: > You could encode term score as payload while indexing, and use those > payloads on search time. > > On Fri, Oct 15, 2010 at 11:30, Zaharije Pas

Re: Overriding DefaultScore

2010-10-15 Thread Danil ŢORIN
You could encode term score as payload while indexing, and use those payloads on search time. On Fri, Oct 15, 2010 at 11:30, Zaharije Pasalic wrote: > Hi > > my original problem is to index large number of documents which > contains 360 integers in rage from 0-90K. Searching it's a little bit > c

Overriding DefaultScore

2010-10-15 Thread Zaharije Pasalic
Hi my original problem is to index large number of documents which contains 360 integers in rage from 0-90K. Searching it's a little bit complicated - I need to find most similar documents where query data is also 360 numbers in range 0-90K. But (there is always 'but') i need to create score with