Uses of Class
org.apache.lucene.search.join.DocValuesTermsCollector
-
Packages that use DocValuesTermsCollector Package Description org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of DocValuesTermsCollector in org.apache.lucene.search.join
Subclasses of DocValuesTermsCollector in org.apache.lucene.search.join Modifier and Type Class Description (package private) class
TermsCollector<DV>
A collector that collects all terms from a specified field matching the query.(package private) static class
TermsCollector.MV
(package private) static class
TermsCollector.SV
(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
-