You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2013/09/25 19:57:37 UTC

svn commit: r1526247 - /lucene/dev/trunk/lucene/demo/src/java/overview.html

Author: hossman
Date: Wed Sep 25 17:57:37 2013
New Revision: 1526247

URL: http://svn.apache.org/r1526247
Log:
LUCENE-5233: tweak demo example search string to something that isn't in the code base

Modified:
    lucene/dev/trunk/lucene/demo/src/java/overview.html

Modified: lucene/dev/trunk/lucene/demo/src/java/overview.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/demo/src/java/overview.html?rev=1526247&r1=1526246&r2=1526247&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/demo/src/java/overview.html (original)
+++ lucene/dev/trunk/lucene/demo/src/java/overview.html Wed Sep 25 17:57:37 2013
@@ -79,9 +79,10 @@ which will contain an index of all of th
 <pre>
     java org.apache.lucene.demo.SearchFiles
 </pre>
-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: 
+"superca<!-- need to break up word in a way that is not visibile so it doesn't cause this ile to match a search on this word -->lifragilisticexpialidocious").
+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.</div>
 <a name="About_the_code"></a>