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) <[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/>
> 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]
> work: 540-322-2204
> home:  540-381-8939
> fax:   866-330-9401
> aim: datasmithy
> yahoo: datasmithy
> skype: datasmitty
> jabber: [EMAIL PROTECTED]
> ======================================
>
>
>
>

Reply via email to