Date: 2004-04-05T03:26:49
   Editor: ErikHatcher <[EMAIL PROTECTED]>
   Wiki: Jakarta Lucene Wiki
   Page: AnalysisParalysis
   URL: http://wiki.apache.org/jakarta-lucene/AnalysisParalysis

   no comment

New Page:

Why can't I find words that I ""know"" I indexed?

First, analyze your analyzer.  AnalysisDemo code in this 
http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html article provides insight 
into the tokens generated from analyzers, and the subsequent terms in the index.

If QueryParser is in the equation, use the .toString method of the generated Query 
instance to see what it did to the entered expression.

Generally the combination of understanding the analyzer and the results of QueryParser 
tell the entire story.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to