You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/22 22:58:07 UTC

svn commit: r1328974 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/package.html

Author: rmuir
Date: Sun Apr 22 20:58:07 2012
New Revision: 1328974

URL: http://svn.apache.org/viewvc?rev=1328974&view=rev
Log:
fix broken internal link

Modified:
    lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/package.html

Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/package.html?rev=1328974&r1=1328973&r2=1328974&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/package.html (original)
+++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/package.html Sun Apr 22 20:58:07 2012
@@ -43,7 +43,7 @@ this package, its subpackages ({@link or
 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 
 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>
 To perform a search, applications usually call {@link