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:
Daniel Naber 2004-10-06 21:15:02 +00:00
parent 32879aea8d
commit 5738ff629e
1 changed files with 2 additions and 2 deletions

View File

@ -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>