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) classTermsCollector<DV>A collector that collects all terms from a specified field matching the query.(package private) static classTermsCollector.MV(package private) static classTermsCollector.SV(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.Avg
-