diff --git a/modules/grouping/src/java/org/apache/lucene/search/grouping/package.html b/modules/grouping/src/java/org/apache/lucene/search/grouping/package.html index cd4717caf43..12156aceb0b 100644 --- a/modules/grouping/src/java/org/apache/lucene/search/grouping/package.html +++ b/modules/grouping/src/java/org/apache/lucene/search/grouping/package.html @@ -61,12 +61,6 @@ field fall into a single group.

collectors that for example group on multiple fields.

-

- This module abstracts away what defines group and how it is collected. All grouping collectors - are abstract and have currently term based implementations. One can implement - collectors that for example group on multiple fields. -

-

Known limitations: