http://wiki.apache.org/lucene-java/LuceneFAQ
exmples: http://lucene.apache.org/java/docs/api/org/apache/lucene/queryParser/QueryParser.html#setLowercaseExpandedTerms(boolean) http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Filter.html http://lucene.apache.org/java/docs/api/org/apache/lucene/search/CachingWrapperFilter.html I can point them to current docs, say http://lucene.apache.org/java/3_0_1/api/all/org/apache/lucene/search/CachingWrapperFilter.html, but then that will be out of date sometime real soon now. What's the right thing to do? Erick
