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
This commit is contained in:
Chris M. Hostetter 2013-09-25 17:57:37 +00:00
parent 7df5169ef4
commit 521967c117
1 changed files with 4 additions and 3 deletions

View File

@ -79,9 +79,10 @@ which will contain an index of all of the Lucene source code.
<pre> <pre>
java org.apache.lucene.demo.SearchFiles java org.apache.lucene.demo.SearchFiles
</pre> </pre>
You'll be prompted for a query. Type in a swear word and press the enter key. You'll be prompted for a query. Type in a gibberish or made up word (for example:
You'll see that the Lucene developers are very well mannered and get no "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").
results. Now try entering the word "string". That should return a whole bunch 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 of documents. The results will page at every tenth result and ask you whether
you want more results.</div> you want more results.</div>
<a name="About_the_code"></a> <a name="About_the_code"></a>