Hi,
I'm working towards a patch of the "getting started" pages, to fix small issues (typos, grammar issues, adding links to Javadocs, etc.). But, in the process, I came across this inconsistency: for the Web application demo, the indexing (done by IndexHTML.java) uses the StandardAnalyzer but the searcher (in results.jsp) uses the StopAnalyzer. Shouldn't they be the same? Shouldn't we change results.jsp to use StandardAnalyzer? (The "getting started" pages actually say incorrectly that results.jsp constructs a StandardAnalyzer). Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]