Uses of Class
org.apache.lucene.search.join.TermsCollector
-
Packages that use TermsCollector Package Description org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of TermsCollector in org.apache.lucene.search.join
Subclasses of TermsCollector in org.apache.lucene.search.join Modifier and Type Class Description (package private) static class
TermsCollector.MV
(package private) static class
TermsCollector.SV
Methods in org.apache.lucene.search.join that return TermsCollector Modifier and Type Method Description (package private) static TermsCollector<?>
TermsCollector. create(java.lang.String field, boolean multipleValuesPerDocument)
Chooses the rightTermsCollector
implementation.Methods in org.apache.lucene.search.join with parameters of type TermsCollector Modifier and Type Method Description static GenericTermsCollector
GenericTermsCollector. wrap(TermsCollector<?> collector)
-