You don't really "install" it as it is not its own standalone application. You write the software that interfaces with the Lucene API. The src zip you mentioned has all the Lucene source, so you can use that if you want to compile the library yourself. If you want to use the precompiled binary of it (easiest method), just grab the JAR from the other zip.
Depending on what you need, there might be something already built that can do what you want. I can't look up links right now but you might want to look into Solr and see if that works for what you want. Otherwise, I think there are code samples and whatnot on the Lucene site to help get you started writing your own application. It's very easy to use : ) Also, this list is the right place to go if you do your development in Java. And this list is great for getting help if you get stuck or need advice! - Greg On Wed, Jan 7, 2009 at 9:39 AM, ahammad <ahmed.ham...@gmail.com> wrote: > > Hello, > > I have a side project coming up which requires writing a search engine. I > came across Lucene but I'm having some problems figuring out how to install > it. I'm trying to get it to work on a Windows box. > > On the Lucene website, there are two files: lucene-2.4.0-src.zip and > lucene-2.4.0.zip (with their asc files). What's the difference between > those > two and which one do I need if I want to write the search engine? > > Also, I am not familiar with the asc file and I'm not sure if those > commands > that are on the site can be used in the command line in Windows. I know > about Lucene in Action and I'm still in the process of getting it. > > I have a decent amount of experience with software development, but I've > never started a full project from scratch...I usually code modules and > things like that, and another developer takes care of the rest. This is > probably why I'm having a hard time with this. > > I hope I'm posting this in the correct place. Any help would be > appreciated. > > Thanks. > -- > View this message in context: > http://www.nabble.com/Help-with-installing-Lucene-tp21332541p21332541.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >