Package | Description |
---|---|
org.apache.lucene.search.join |
This modules support index-time and query-time joins.
|
Modifier and Type | Method | Description |
---|---|---|
static ToParentBlockJoinQuery.ScoreMode |
ToParentBlockJoinQuery.ScoreMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ToParentBlockJoinQuery.ScoreMode[] |
ToParentBlockJoinQuery.ScoreMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
ToParentBlockJoinQuery(Query childQuery,
Filter parentsFilter,
ToParentBlockJoinQuery.ScoreMode scoreMode) |
Create a ToParentBlockJoinQuery.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.