mirror of https://github.com/apache/lucene.git
LUCENE-1421: make class public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f703f23414
commit
4c85f799eb
|
@ -20,7 +20,7 @@ package org.apache.lucene.search.grouping;
|
|||
import org.apache.lucene.util.BytesRef;
|
||||
|
||||
/** @lucene.experimental */
|
||||
class SearchGroup {
|
||||
public class SearchGroup {
|
||||
public BytesRef groupValue;
|
||||
public Comparable[] sortValues;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue