Package | Description |
---|---|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TermsCollector.MV |
(package private) static class |
TermsCollector.SV |
Modifier and Type | Method and Description |
---|---|
(package private) static TermsCollector<?> |
TermsCollector.create(java.lang.String field,
boolean multipleValuesPerDocument)
Chooses the right
TermsCollector implementation. |
Modifier and Type | Method and Description |
---|---|
static GenericTermsCollector |
GenericTermsCollector.wrap(TermsCollector<?> collector) |