Quoting Erik Hatcher <[EMAIL PROTECTED]>:
>
> On May 7, 2005, at 10:24 PM, [EMAIL PROTECTED] wrote:
>
> > Hi -
> >
> > Is there any TREC parser (indexing many documents that are in the
> > same file)for Lucene avaiable?
>
> Not to my knowledge. I've been working on indexing some TREC data
> It took some sleep to realize this:
> This exception can happen when a scorer is add()'ed to the BooleanScorer
> after
> the query search has begun. Given that it is difficult to reproduce, the
> odds
> are that there two threads not properly synchronized: one add()ing
> to the BooleanScorer and
Thanks for the pointers
I'm going to store the long as E086.656530 or W086.656530
and the lat as N34.74212 or S34.74212
that should at least keep the lexographic search happy.
I'm still reading the math pointer.
thanks!
Andrew
-Original Message-
From: Sven Duzont <[EMAIL PROTECTED]>
Hello Andrew,
There already is a plugin available for Nutch :
http://wiki.apache.org/nutch/GeoPosition
I think that one can easily integrate it into a lucene app (i'll make
some experimentations with it soon)
Sven
Le dimanche 8 mai 2005 à 18:26:14, vous écriviez :
AB> Hi All,
AB> I'm wa
On May 8, 2005, at 11:26 AM, Andrew Boyd wrote:
Hi All,
I'm wanting to do some range queries using latitude and longitude.
I have numbers like so:
long lat
-84.65532 32.74212
What would be the best way to store this in lucene so I can do a
range query?
Also for all you smart people
Hi All,
I'm wanting to do some range queries using latitude and longitude.
I have numbers like so:
long lat
-84.65532 32.74212
What would be the best way to store this in lucene so I can do a range query?
Also for all you smart people out there do you know the distance betwee
Hi,
can anybody tell me the difference between minMergeDocs and mergeFactor
(perhaps an example?)?
Thanks
Barbara
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On May 7, 2005, at 10:24 PM, [EMAIL PROTECTED] wrote:
Hi -
Is there any TREC parser (indexing many documents that are in the
same file)for Lucene avaiable?
Not to my knowledge. I've been working on indexing some TREC data
myself, with some (not written by me) code to do simplistic grabbing
o