No, but something along those lines would be really nice. I could get a lot of use out of Solr, but have no desire to make an environment more complex by adding in Java.
-Kurt -----Original Message----- From: brydon [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 1:09 PM To: [email protected] Subject: Re: Running Lucene.Net as a service? I agree, Solr would be great. Has anyone seen anything similar that's .NET based, or that runs on MS infrastructure, using lucene.net? brydon Nathan Hoover wrote: > Solr might be more along the lines of what you are looking for (packaged > search solution) but I don't know that there is a .NET port. > > > > In any event, creating a service using Lucene is trivial. I can send you > some C# examples if you like. > > > > > > Regards, > > Nathan > > > > _____ > > From: Douglas Smith (at home) [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 16, 2007 4:55 AM > To: [email protected] > Subject: Re: Running Lucene.Net as a service? > > > > > Thank you...I was just hoping there was some other Lucene project already > out there, that was doing this already... > > Michael Mitiaguin wrote: > > Douglas, > > Unless I am missing something , Lucene.Net is API , moreover API > cross-translated from Java . > Numerous IDE tools in Windows environment provide a possibility to create a > Windows Service starting from Delphi ( COM interop is required ) and > probably the most natural choice would be C# and Visual Studio. It is up to > you how to organize calls to Lucene inside your Windows Service. You may > use RemoteSearchable or Distributed in your Windows Service , but there is > no direct relation to my knowledge. > > Michael > > On 8/15/07, Douglas Smith (at home) <mailto:[EMAIL PROTECTED]> > <[EMAIL PROTECTED]> wrote: > > > Hello, > > Can Lucene.Net be run as a windows service? > > Can anyone offer any guidance or "quick start" tips toward getting > configuring lucene to run as service, as well as how to make calls to it > (what is the interface protocol)? > > I see there is a Lucene.Net.Search.RemoteSearchable.config in the > project, and I also see these projects in the /contrib/ directory: > > Lucene.Net.Distributed/ > <file:///F:\projects.net\lucene.net\Lucene.Net.Distributed\> > <file:///F:/projects.net/lucene.net/Lucene.Net.Distributed/> > LuceneMonitorSetup/ > <file:///F:\projects.net\lucene.net\LuceneMonitorSetup\> > <file:///F:/projects.net/lucene.net/LuceneMonitorSetup/> > > but I have no idea how to configure them or how to use them in a windows > service solution. > > -- > ====================================== > Douglas M. Smith > |--- DataSmithy ---| > > email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > work: 540-322-2204 > home: 540-381-8939 > fax: 866-330-9401 > aim: datasmithy > yahoo: datasmithy > skype: datasmitty > jabber: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > ====================================== > > > > > > > > > > > > > > >
