fix bogus broken link

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-22 18:49:43 +00:00
parent f13faf3ee9
commit 3f2c83158b
1 changed files with 2 additions and 2 deletions

View File

@ -263,8 +263,8 @@ section for more notes on the process.
<a name="scoringBasics"></a>
<h2>Scoring &mdash; Basics</h2>
<p>Scoring is very much dependent on the way documents are indexed, so it is important to understand
indexing. (see <a href="@{docRoot}/overview-summary.html">Lucene overview</a> before continuing
on with this section) It is also assumed that readers know how to use the
indexing. (see <a href="{@docRoot}/overview-summary.html#overview_description">Lucene overview</a>
before continuing on with this section) It is also assumed that readers know how to use the
{@link org.apache.lucene.search.IndexSearcher#explain(org.apache.lucene.search.Query, int) IndexSearcher.explain(Query, doc)}
functionality, which can go a long way in informing why a score is returned.
</p>