Package | Description |
---|---|
org.apache.lucene.search.grouping |
Grouping.
|
Modifier and Type | Method and Description |
---|---|
GroupSelector.State |
TermGroupSelector.advanceTo(int doc) |
GroupSelector.State |
ValueSourceGroupSelector.advanceTo(int doc) |
abstract GroupSelector.State |
GroupSelector.advanceTo(int doc)
Advance the GroupSelector's iterator to the given document
|
static GroupSelector.State |
GroupSelector.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupSelector.State[] |
GroupSelector.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|