Re: How to make Lucene effective for video retrieval?

2011-08-19 Thread Li Li
lucene now can't support customer ranking function. but you can do some modification such as boost some fields. the meta data of video is not large comparing to other application. so you need not care about performance now. So I suggest you considering something else such as ranking and f

Re: How to make Lucene effective for video retrieval?

2011-08-19 Thread Lei Pang
Hi, what do u mean about consider about ranking? Do you mean that I should choose different ranking functions, such as BM25 or Language Model, rather than Lucene's original ranking function? Thank you. On Fri, Aug 19, 2011 at 2:37 PM, Li Li wrote: > if there are only text information, your "vide