Re: Remote searches with Lucene

2006-08-28 Thread Jeff Rodenburg
r the code as well as an example on how to use the code. Regards, -- George -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Sunday, August 27, 2006 7:36 PM To: lucene-net-dev@incubator.apache.org Subject: Re: Remote searches with Lucene I'm sure I have commit

RE: Remote searches with Lucene

2006-08-28 Thread George Aroush
serve as a validation for the code as well as an example on how to use the code. Regards, -- George -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Sunday, August 27, 2006 7:36 PM To: lucene-net-dev@incubator.apache.org Subject: Re: Remote searches with Lucene I&#

Re: Remote searches with Lucene

2006-08-27 Thread Erik Hatcher
I'm sure I have commit privileges also, and would be happy to apply an "svn add" for the initial dump and clean patches for a while, as long as the code is ASF licensed and George doesn't mind. It'd be better if he did so to vet it, as I'm not a .NET programmer. Erik On Aug 27, 2

Re: Remote searches with Lucene

2006-08-27 Thread Jeff Rodenburg
looking at? Is simple "FTP" site enough or are you looking at some kind of SVN ? CVS? Thanks Saurabh Date: Sat, 26 Aug 2006 19:23:27 -0700 From: "Jeff Rodenburg" <[EMAIL PROTECTED]> To: lucene-net-dev@incubator.apache.org Subjec

Re: Remote searches with Lucene

2006-08-27 Thread Jeff Rodenburg
That's likely our only option for now. I believe George would need to do the posting; I'm not aware of anyone else with commit access. As long as the turnaround is rapid and it doesn't present an admin burden, I'm ok with it. -- j On 8/27/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: Jeff, I

Re: Remote searches with Lucene

2006-08-27 Thread Erik Hatcher
Jeff, I haven't heard anything back about your account request yet. (but the officialness of the vote is in question - so it may be a while) What about posting a .zip file to JIRA and having George or someone commit it on your behalf and submit patches from then on? Erik On Aug

Re: Remote searches with Lucene

2006-08-26 Thread Saurabh Dani
g" <[EMAIL PROTECTED]> To: lucene-net-dev@incubator.apache.org Subject: Re: Remote searches with Lucene As promised, an update to the list. I have code ready for delivery, if I can get svn access to the contrib section. A request has been made for this but it's going nowhere, so I&

Re: Remote searches with Lucene

2006-08-26 Thread Jeff Rodenburg
As promised, an update to the list. I have code ready for delivery, if I can get svn access to the contrib section. A request has been made for this but it's going nowhere, so I'm going to find another place to host the files. There's quite a bit of documentation behind this so I'm working dili

Re: Remote searches with Lucene

2006-08-23 Thread Jeff Rodenburg
Just a follow-up to everyone on this topic. I received a lot of offlist mail about this, so this message has a rather wide distribution. I'm in process of modifying the code for our distributed search components so that they're generic enough for general usage and public consumption. This is tak

Re: Remote searches with Lucene

2006-08-21 Thread Jeff Rodenburg
21, 2006 12:11 PM To: lucene-net-dev@incubator.apache.org Cc: Elena Demidova Subject: Re: Remote searches with Lucene Hello all - I've been watching this thread to follow the direction and thought I might be able to offer some assistance. I run a search system that involves 4 separate searc

RE: Remote searches with Lucene

2006-08-21 Thread George Aroush
- From: Jeff Rodenburg [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 12:11 PM To: lucene-net-dev@incubator.apache.org Cc: Elena Demidova Subject: Re: Remote searches with Lucene Hello all - I've been watching this thread to follow the direction and thought I might be able to offer

Re: Remote searches with Lucene

2006-08-21 Thread Jeff Rodenburg
Hello all - I've been watching this thread to follow the direction and thought I might be able to offer some assistance. I run a search system that involves 4 separate search servers -- 3 serving search objects via RemoteSearchable, and a 4th that serves in an index updating role. The codebase

Remote searches with Lucene

2006-08-19 Thread Robert Boulanger
Hi Elena, hi Rest, Dear All, The application I am working on is intended to make use of the distributed search capabilities of the Lucene library. While trying to work with the Lucene’s RemoteSearchable class, I faced some problems cased by the current Lucene implementation. In following I’l

Remote searches with Lucene

2006-08-11 Thread Elena Demidova
Dear All, The application I am working on is intended to make use of the distributed search capabilities of the Lucene library. While trying to work with the Lucene’s RemoteSearchable class, I faced some problems cased by the current Lucene implementation. In following I’ll try to describe th