Package | Description |
---|---|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Method and Description |
---|---|
private void |
ToParentBlockJoinCollector.enroll(ToParentBlockJoinQuery query,
ToParentBlockJoinQuery.BlockJoinScorer scorer) |
private boolean |
ToParentBlockJoinQuery.equalsTo(ToParentBlockJoinQuery other) |
TopGroups<java.lang.Integer> |
ToParentBlockJoinCollector.getTopGroups(ToParentBlockJoinQuery query,
Sort withinGroupSort,
int offset,
int maxDocsPerGroup,
int withinGroupOffset,
boolean fillSortFields)
Returns the TopGroups for the specified
BlockJoinQuery.
|
TopGroups<java.lang.Integer> |
ToParentBlockJoinCollector.getTopGroupsWithAllChildDocs(ToParentBlockJoinQuery query,
Sort withinGroupSort,
int offset,
int withinGroupOffset,
boolean fillSortFields)
Returns the TopGroups for the specified BlockJoinQuery.
|