-
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
static org.apache.lucene.search.Query
JoinUtil.createJoinQuery(String fromField,
boolean multipleValuesPerDocument,
String toField,
Class<? extends Number> numericType,
org.apache.lucene.search.Query fromQuery,
org.apache.lucene.search.IndexSearcher fromSearcher,
ScoreMode scoreMode)
Method for query time joining for numeric fields.
static org.apache.lucene.search.Query
JoinUtil.createJoinQuery(String fromField,
boolean multipleValuesPerDocument,
String toField,
org.apache.lucene.search.Query fromQuery,
org.apache.lucene.search.IndexSearcher fromSearcher,
ScoreMode scoreMode)
Method for query time joining.
static org.apache.lucene.search.Query
JoinUtil.createJoinQuery(String joinField,
org.apache.lucene.search.Query fromQuery,
org.apache.lucene.search.Query toQuery,
org.apache.lucene.search.IndexSearcher searcher,
ScoreMode scoreMode,
org.apache.lucene.index.OrdinalMap ordinalMap)
static org.apache.lucene.search.Query
JoinUtil.createJoinQuery(String joinField,
org.apache.lucene.search.Query fromQuery,
org.apache.lucene.search.Query toQuery,
org.apache.lucene.search.IndexSearcher searcher,
ScoreMode scoreMode,
org.apache.lucene.index.OrdinalMap ordinalMap,
int min,
int max)
A query time join using global ordinals over a dedicated join field.
Create a ToParentBlockJoinQuery.