Lucene index question

2009-08-21 Thread marquinhocb
Hello everyone. New here to Lucene, amazing product, but takes some time to wrap my head around it all heh. So I have a basic question regarding indices. I have a "document" with various fields (content, post date, last viewed). The majority of these fields are quite constant, but clearly the

Re: Lucene index question

2009-08-22 Thread marquinhocb
> Naukri Labs! > http://ai-cafe.blogspot.com > > The facts expressed here belong to everybody, the opinions to me. The > distinction is yours to draw > > > On Sat, Aug 22, 2009 at 10:06 AM, marquinhocb > wrote: > >> >> Hello everyone

Score for query-generated value

2009-08-31 Thread marquinhocb
I would like to create a scorer that applies a score based on a value that is calculated during a query. More specifically, to apply a score based on geographical distance from a latitude,longitude. What is the easiest way to go about doing this? The LocalLucene contrib uses a SortComparatorSou