mirror of https://github.com/apache/lucene.git
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:
parent
f13faf3ee9
commit
3f2c83158b
|
@ -263,8 +263,8 @@ section for more notes on the process.
|
|||
<a name="scoringBasics"></a>
|
||||
<h2>Scoring — 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>
|
||||
|
|
Loading…
Reference in New Issue