Class SearchGroup.MergedGroup<T>
- java.lang.Object
-
- org.apache.lucene.search.grouping.SearchGroup.MergedGroup<T>
-
- Enclosing class:
- SearchGroup<T>
private static class SearchGroup.MergedGroup<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description TgroupValuebooleaninQueueintminShardIndexbooleanprocessedjava.util.List<SearchGroup.ShardIter<T>>shardsjava.lang.Object[]topValues
-
Constructor Summary
Constructors Constructor Description MergedGroup(T groupValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object _other)inthashCode()private booleanneverEquals(java.lang.Object _other)
-
-
-
Field Detail
-
groupValue
public final T groupValue
-
topValues
public java.lang.Object[] topValues
-
shards
public final java.util.List<SearchGroup.ShardIter<T>> shards
-
minShardIndex
public int minShardIndex
-
processed
public boolean processed
-
inQueue
public boolean inQueue
-
-
Constructor Detail
-
MergedGroup
public MergedGroup(T groupValue)
-
-