Hi folks,
I'd like to add seach functionality to a homegrown webapp I'm building
that will store and display news articles. I've been looking through the
Lucene Wiki, FAQ and tutorials and it looks like it will be able to
provide the functionality I'll need. But before I commit to a given
technology I was hoping to get a bit of advice from the people who use
Lucene to see if it is the right search technology for my app and also
some hints on how I should design my app to best make use of Lucene.
First of all, a few details about the application might help. It is
basically an archive of news articles. Users will be able to perform
searches to query the articles, which are stored locally, using criteria
such as full text search, query of headline, author, date range etc. I'm
able to decide how the articles will be stored and I was planning on
just creating them and storing them as static HTML pages. For every
article there will be a database record containing fields such as title,
author, date published.
So with that in mind, I have a few questions:
Would Lucene be a good choice for my app?
What is the best format to store documents in given that Lucene needs to
search them but they still need to be rendered to a browser quickly?
How much development effort is usually involved in integrating Lucene
with an application?
I hope this mailing list is the right place to be asking the questions.
If not, just point me in the right direction. Either way I would be very
grateful for any advice.
Cheers,
Kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]