Hi, On 8/14/07, Douglas Smith (at home) <[EMAIL PROTECTED]> wrote: > Can Lucene.Net be run as a windows service?
Lucene isn't a standalone indexing and search application; it's a library that you can use to build index and search applications. So there's no way to run Lucene.Net itself as a Windows service. You could build an app that used Lucene.Net for index and search and have it run as a Windows service, though. Joe
