fix broken internal link

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-22 20:58:07 +00:00
parent 3852de770a
commit 5e94b7530c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ this package, its subpackages ({@link org.apache.lucene.search.spans spans}, {@l
or the <a href="{@docRoot}/../queries/overview-summary.html">queries module</a>. These implementations can be combined in a wide or the <a href="{@docRoot}/../queries/overview-summary.html">queries module</a>. These implementations can be combined in a wide
variety of ways to provide complex querying capabilities along with information about where matches took place in the document variety of ways to provide complex querying capabilities along with information about where matches took place in the document
collection. The <a href="#query">Query Classes</a> section below highlights some of the more important Query classes. For details collection. The <a href="#query">Query Classes</a> section below highlights some of the more important Query classes. For details
on implementing your own Query class, see <a href="#customQueries">Custom Queries -- Expert Level</a> below. on implementing your own Query class, see <a href="#customQueriesExpert">Custom Queries -- Expert Level</a> below.
</p> </p>
<p> <p>
To perform a search, applications usually call {@link To perform a search, applications usually call {@link