Uses of Class
org.apache.lucene.search.join.TermsWithScoreCollector
-
Packages that use TermsWithScoreCollector Package Description org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of TermsWithScoreCollector in org.apache.lucene.search.join
Subclasses of TermsWithScoreCollector in org.apache.lucene.search.join Modifier and Type Class Description (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 TermsWithScoreCollector Modifier and Type Method Description (package private) static TermsWithScoreCollector<?>
TermsWithScoreCollector. create(java.lang.String field, boolean multipleValuesPerDocument, ScoreMode scoreMode)
Chooses the rightTermsWithScoreCollector
implementation.
-