mirror of https://github.com/apache/lucene.git
small typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32879aea8d
commit
5738ff629e
|
@ -16,9 +16,9 @@ containing a particular <a href="../../index/Term.html">Term</a>.</li>
|
|||
<li> A <a href="SpanNearQuery.html">SpanNearQuery</a> matches spans
|
||||
which occur near one another, and can be used to implement things like
|
||||
phrase search (when constructed from <a
|
||||
href="SpanTermQuery.html">SpanTermQueries</a> and inter-phrase
|
||||
href="SpanTermQuery.html">SpanTermQueries</a>) and inter-phrase
|
||||
proximity (when constructed from other <a
|
||||
href="SpanNearQuery.html">SpanNearQueries</a>.</li>
|
||||
href="SpanNearQuery.html">SpanNearQueries</a>).</li>
|
||||
|
||||
<li>A <a href="SpanOrQuery.html">SpanOrQuery</a> merges spans from a
|
||||
number of other <a href="SpanQuery.html">SpanQueries</a>.</li>
|
||||
|
|
Loading…
Reference in New Issue