Re: duplicates from multiple index

2005-08-03 Thread David Spencer
Kashif Khadim wrote: Hi , I have multiple index of lucene and want know how can i delete duplicates from these index. I am using MultiSearcher to search on these. I have duplicates "urls" in these index, any sample code or tool will be a big help. Here's some ancient code that I've used - co

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

2005-05-09 Thread David Spencer
Garrett Rooney wrote: 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 no

my sandbox/committer/svn permissions seem to be hosed

2005-05-09 Thread David Spencer
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? Here's what I tried: svn c

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

2005-03-10 Thread David Spencer
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 String toString(String