| Method and Description | 
|---|
| org.apache.lucene.search.join.JoinUtil.createJoinQuery(String, boolean, String, FieldType.LegacyNumericType, Query, IndexSearcher, ScoreMode) Because  FieldType.LegacyNumericTypeis deprecated, instead useJoinUtil.createJoinQuery(String, boolean, String, Class, Query, IndexSearcher, ScoreMode)Method for query time joining for numeric fields. It supports multi- and single- values longs and ints. 
 All considerations fromJoinUtil.createJoinQuery(String, boolean, String, Query, IndexSearcher, ScoreMode)are applicable here too,
 though memory consumption might be higher. | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.