Originally posted by Thomas Paul:
But what did you think of the article otherwise?
Good intro article. I'm a bit biased though, as I've written some "competing" articles at java.net

You covered all the basics nicely.
There are, of course, lots of interesting details that are tough to cover in an intro article. For example, do you really want to use a Date for the "date" field? Dates have lots of quirks in terms of how they are indexed and how to search on them. I generally use YYYYMMDD strings instead.
Your description of an Analyzer is perhaps a bit misleading. It processes individual fields, not a Document.
It is nice to see so much info on Lucene propogating. It is a true gem.
Erik
p.s. shameless plug - I'm also speaking on Lucene at JavaOne this year.