Lucene 2.9 Spatial Search Problem

2009-10-02 Thread Rajiv2
Hello, I was using Lucene 2.4 and locallucene in my app and upgraded to lucene 2.9 and I'm using the new spatial contrib package. I've switched everything from using the locallucene specific classes to using the lucene spation classes for indexing and searching. Everything compiles but I'm the fo

Re: IDF scoring issue

2008-12-17 Thread Rajiv2
gt; > On Dec 16, 2008, at 8:19 PM, Rajiv2 wrote: > >> >> Hello, >> >> I'm using the default lucene Queryparser on the search text : fleming >> roofing inc., marietta ga >> >> Also, I don't want to modify the search text by putting quotes ar

Re: IDF scoring issue

2008-12-16 Thread Rajiv2
ly your > intent? > 3> query.explain (as i remember) is your friend to figure out how the > weights are being calculated. If you haven't got a copy of Luke, I'd > *strongly* advise getting one and looking at the "explain" tab... > > Best &g

IDF scoring issue

2008-12-16 Thread Rajiv2
Hello, I'm using the default lucene Queryparser on the search text : fleming roofing inc., marietta ga These items are in my index. doc 1: fleming ga doc 2: marietta ga doc 3: marietta il doc 4: marietta ok doc 5: marietta ok doc 6: fleming pa The first match is always "fleming ga" even thoug