Re: my sandbox/committer/svn permissions seem to be hosed

2005-05-09 Thread Garrett Rooney
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

Re: Using Lucene, longitude-latitude, and interacting on "search"

2005-04-08 Thread Garrett Rooney
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

Re: svn commit: r159237 - in lucene/java/trunk: docs/mailinglists.html xdocs/mailinglists.xml

2005-03-28 Thread Garrett Rooney
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

Re: svn commit: r159237 - in lucene/java/trunk: docs/mailinglists.html xdocs/mailinglists.xml

2005-03-28 Thread Garrett Rooney
[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

Re: Ok, for a Java newbie, how setup NetBeans 4 + Lucene

2005-03-22 Thread Garrett Rooney
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

Re: Fwd: Recomended strategy for perform test cases for a new port

2005-03-17 Thread Garrett Rooney
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