mirror of https://github.com/apache/lucene.git
trivial typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84a908d84c
commit
68d8f3c27e
|
@ -65,11 +65,11 @@ To use Lucene, an application should:
|
|||
<li>
|
||||
Create <a href="org/apache/lucene/document/Document.html">Document</a>'s by
|
||||
adding
|
||||
<a href="org/apache/lucene/document/Field.html">Field</a>'s.</li>
|
||||
<a href="org/apache/lucene/document/Field.html">Field</a>'s;</li>
|
||||
|
||||
<li>
|
||||
Create an <a href="org/apache/lucene/index/IndexWriter.html">IndexWriter</a>
|
||||
and add documents to to it with <a href="org/apache/lucene/index/IndexWriter.html#addDocument(org.apache.lucene.document.Document)">addDocument()</a>;</li>
|
||||
and add documents to it with <a href="org/apache/lucene/index/IndexWriter.html#addDocument(org.apache.lucene.document.Document)">addDocument()</a>;</li>
|
||||
|
||||
<li>
|
||||
Call <a href="org/apache/lucene/queryParser/QueryParser.html#parse(java.lang.String)">QueryParser.parse()</a>
|
||||
|
|
Loading…
Reference in New Issue