diff --git a/lucene/demo/src/java/overview.html b/lucene/demo/src/java/overview.html index 89c0e679e40..bb3752332df 100644 --- a/lucene/demo/src/java/overview.html +++ b/lucene/demo/src/java/overview.html @@ -79,9 +79,10 @@ which will contain an index of all of the Lucene source code.
     java org.apache.lucene.demo.SearchFiles
 
-You'll be prompted for a query. Type in a swear word and press the enter key. -You'll see that the Lucene developers are very well mannered and get no -results. Now try entering the word "string". That should return a whole bunch +You'll be prompted for a query. Type in a gibberish or made up word (for example: +"supercalifragilisticexpialidocious"). +You'll see that there are no maching results in the lucene source code. +Now try entering the word "string". That should return a whole bunch of documents. The results will page at every tenth result and ask you whether you want more results.