From 521967c11708d51649aa79733f839a91433b49c8 Mon Sep 17 00:00:00 2001 From: "Chris M. Hostetter" Date: Wed, 25 Sep 2013 17:57:37 +0000 Subject: [PATCH] LUCENE-5233: tweak demo example search string to something that isn't in the code base git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1526247 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/demo/src/java/overview.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.