Uses of Interface
org.apache.lucene.search.join.GenericTermsCollector
-
Packages that use GenericTermsCollector Package Description org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of GenericTermsCollector in org.apache.lucene.search.join
Classes in org.apache.lucene.search.join that implement GenericTermsCollector Modifier and Type Class Description (package private) classTermsWithScoreCollector<DV>(package private) static classTermsWithScoreCollector.MV(package private) static classTermsWithScoreCollector.MV.Avg(package private) static classTermsWithScoreCollector.SV(package private) static classTermsWithScoreCollector.SV.AvgMethods in org.apache.lucene.search.join that return GenericTermsCollector Modifier and Type Method Description static GenericTermsCollectorGenericTermsCollector. createCollectorMV(DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction, ScoreMode mode)static GenericTermsCollectorGenericTermsCollector. createCollectorSV(DocValuesTermsCollector.Function<BinaryDocValues> svFunction, ScoreMode mode)static GenericTermsCollectorGenericTermsCollector. wrap(TermsCollector<?> collector)Methods in org.apache.lucene.search.join with parameters of type GenericTermsCollector Modifier and Type Method Description private static QueryJoinUtil. createJoinQuery(boolean multipleValuesPerDocument, java.lang.String toField, Query fromQuery, java.lang.String fromField, IndexSearcher fromSearcher, ScoreMode scoreMode, GenericTermsCollector collector)
-