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 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 TermsWithScoreCollector Modifier and Type Method Description (package private) static TermsWithScoreCollector<?>TermsWithScoreCollector. create(java.lang.String field, boolean multipleValuesPerDocument, ScoreMode scoreMode)Chooses the rightTermsWithScoreCollectorimplementation.
-