diff --git a/lucene/core/src/java/org/apache/lucene/search/package-info.java b/lucene/core/src/java/org/apache/lucene/search/package-info.java index fdcd6d64ac5..74a37dfdb98 100644 --- a/lucene/core/src/java/org/apache/lucene/search/package-info.java +++ b/lucene/core/src/java/org/apache/lucene/search/package-info.java @@ -33,7 +33,7 @@ *

Search Basics

*

* Lucene offers a wide variety of {@link org.apache.lucene.search.Query} implementations, most of which are in - * this package, its subpackage ({@link org.apache.lucene.search.spans spans}, + * this package, its subpackage ({@link org.apache.lucene.search.spans spans}), * 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