mirror of https://github.com/apache/lucene.git
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:
parent
7df5169ef4
commit
521967c117
|
@ -79,9 +79,10 @@ which will contain an index of all of the Lucene source code.
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue