RE: Compile lucene

2003-01-10 Thread Oshima, Scott
Anyone can send me a link to the lucene mailing list email archives? these emails build up fast and i can't store them locally, but too valuable to delete. thanks. -Original Message- From: "Romo GarcĂ­a, Javier" [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 1:19 AM To: Lu

internal record numbers?

2003-01-10 Thread John Cwikla
I was wondering if lucene had some way (internal record numbers, whatever) so that I could limit search results to say a range of documents, in the order they were added? I understand that I could have a field called "myownrecordnumber" and put a number into it. This won't work for me as the ind

Re: Compile lucene

2003-01-10 Thread Incze Lajos
On Fri, Jan 10, 2003 at 11:00:21AM -0800, Oshima, Scott wrote: > Anyone can send me a link to the lucene mailing list email archives? these emails >build up fast and i can't store them locally, but too valuable to delete. thanks. I use http://www.mail-archive.com. Enter lucene into the "Find l

Re: internal record numbers?

2003-01-10 Thread Otis Gospodnetic
Yes, there is a document number assigned to each doc, as far as I know, but I don't think you can use it for searching. Yes, holes get created after deletions, and optimization does renumber the docs...I think I read that somewherecheck this list's archives. Otis --- John Cwikla <[EMAIL PRO

Re: internal record numbers?

2003-01-10 Thread Ype Kingma
On Friday 10 January 2003 22:47, you wrote: > I was wondering if lucene had some way (internal record numbers, whatever) > so that I could limit search results to say a range of documents, in the > order they were added? > > I understand that I could have a field called "myownrecordnumber" and put