diff --git a/lucene/core/src/java/org/apache/lucene/search/package.html b/lucene/core/src/java/org/apache/lucene/search/package.html index 46d41e0e7bf..52817bd2e42 100644 --- a/lucene/core/src/java/org/apache/lucene/search/package.html +++ b/lucene/core/src/java/org/apache/lucene/search/package.html @@ -43,7 +43,7 @@ this package, its subpackages ({@link org.apache.lucene.search.spans spans}, {@l or the queries module. 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 Query Classes section below highlights some of the more important Query classes. For details -on implementing your own Query class, see Custom Queries -- Expert Level below. +on implementing your own Query class, see Custom Queries -- Expert Level below.

To perform a search, applications usually call {@link