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

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,6 +1,6 @@
 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.
+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.
 

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

Reply via email to