DO NOT REPLY [Bug 32887] - [PATCH] IOException: Cannot delete deletables

2005-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: updating jakarta site

2005-03-11 Thread Otis Gospodnetic
> > Modification of http://wiki.apache.org/general/FrontPage > > I changed the structure, but not the actual wiki link. Unsure if > Lucene has a new wiki yet, or if it's migration is on the todo list. I tried editing the FrontPage to at least change the links to Lucene TLP, but the Wiki wouldn't

DO NOT REPLY [Bug 33820] - FIXME in src/test/org/apache/lucene/IndexTest.java

2005-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Possible change to SVN repository link on Lucene main page

2005-03-11 Thread Otis Gospodnetic
Thanks, I'll change that. Otis --- Barry Hawkins <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Guys, > ~I noticed that there is a view-cvs.cgi script at the base of > svn.apache.org, and that you can get a more useful view of the Lucene > repository by usin

DO NOT REPLY [Bug 33974] - Test compilation error

2005-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

TSS interview with Doug Cutting

2005-03-11 Thread Otis Gospodnetic
Nobody posted a link, but I'm sure lots of people here would be interested in TSS' interview with Doug Cutting: http://theserverside.com/news/thread.tss?thread_id=32509 Otis - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

DO NOT REPLY [Bug 33974] - Test compilation error

2005-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33974] New: - Test compilation error

2005-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: subclasses of abstract Query class are not implementing all methods

2005-03-11 Thread Yonik Seeley
> Having a clean implementation of toString(), one would be able to > reparse a Query with QueryParser. This is something which was discussed > several times on the dev and user lists. I expect that it will work for > all queries supported by QueryParser. Only under certain restrictions. Remember

Re: subclasses of abstract Query class are not implementing all methods

2005-03-11 Thread Bernhard Messer
David Spencer wrote: Bernhard Messer wrote: Hi, I would like to cache query objects in a hash map. My implementation failed, because not all of the Query classes are implementing the necessary method: "public int hashCode()". The same counts for the "public boolean equals (Object o)", "public St