David Spencer wrote:
I can log into people.apache.org as "dspencer" so my password works, but
when I try to do a test commit of a file in the sandbox/contrib area I
get an error. I'm new to SVN so maybe I'm doing something dumb, or did
my permissions not get copied over to the SVN system?
Did yo
Tim Archambault wrote:
I'd like to save longitude and latitude data points in my lucene index for
businesses, churches, etc. Is the obvious way to store the longitude values
as keywords in the format "00.000". Then on the search phase I can compare
the "derived" mathematical location for say a r
Otis Gospodnetic wrote:
I'm losing track of all the Lucene lists we now have. Is there
[EMAIL PROTECTED] ? I just send a message to it. Nothing bounced, but I
didn't get my email yet either.
I know it had been discussed before, but I don't think it was ever
created. It should be eventually, ju
[EMAIL PROTECTED] wrote:
Author: otis
Date: Mon Mar 28 06:24:08 2005
New Revision: 159237
URL: http://svn.apache.org/viewcvs?view=rev&rev=159237
Log:
- Added links to other mailing lists and to all list archives
Modified:
lucene/java/trunk/docs/mailinglists.html
lucene/java/trunk/xdocs/mail
Robert Engels wrote:
Why not just use the C port of Lucene and forget the Delphi...
I will admit, one of my motivations for porting Lucene to C is that it's
considerably simpler to call into a C library from various other
languages than it is to reimplement the whole library in your language
of
I finish the main (and boring!) part of port Lucene to Delphi
(http://mutis.sourceforge.net/).
So, I build some test cases and rigth now I pass test cases for:
- BitVector
- Field
- DateField
- Document
- Number
- PriorityQueue
- StringHelper
- Token
- Analyzers (Simple,Null,Stop,Perfield)
I want