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) class
TermsWithScoreCollector<DV>
(package private) static class
TermsWithScoreCollector.MV
(package private) static class
TermsWithScoreCollector.MV.Avg
(package private) static class
TermsWithScoreCollector.SV
(package private) static class
TermsWithScoreCollector.SV.Avg
Methods in org.apache.lucene.search.join that return GenericTermsCollector Modifier and Type Method Description static GenericTermsCollector
GenericTermsCollector. createCollectorMV(DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction, ScoreMode mode)
static GenericTermsCollector
GenericTermsCollector. createCollectorSV(DocValuesTermsCollector.Function<BinaryDocValues> svFunction, ScoreMode mode)
static GenericTermsCollector
GenericTermsCollector. wrap(TermsCollector<?> collector)
Methods in org.apache.lucene.search.join with parameters of type GenericTermsCollector Modifier and Type Method Description private static Query
JoinUtil. createJoinQuery(boolean multipleValuesPerDocument, java.lang.String toField, Query fromQuery, java.lang.String fromField, IndexSearcher fromSearcher, ScoreMode scoreMode, GenericTermsCollector collector)
-