Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.search.grouping.term Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
TermAllGroupHeadsCollectorA base implementation of AbstractAllGroupHeadsCollector for retrieving the most relevant groups when grouping on a string based group field.Classorg.apache.lucene.search.grouping.termApache Lucene
TermAllGroupsCollectorA collector that collects all groups that match the query.Classorg.apache.lucene.search.grouping.termApache Lucene
TermDistinctValuesCollectorA term based implementation of AbstractDistinctValuesCollector that relies on SortedDocValues to count the distinct values per group.Classorg.apache.lucene.search.grouping.termApache Lucene
TermDistinctValuesCollector .GroupCountHolds distinct values for a single group.Classorg.apache.lucene.search.grouping.term.TermDistinctValuesCollectorApache Lucene
TermFirstPassGroupingCollectorConcrete implementation of AbstractFirstPassGroupingCollector that groups based on field values and more specifically uses SortedDocValuesClassorg.apache.lucene.search.grouping.termApache Lucene
TermGroupFacetCollectorAn implementation of AbstractGroupFacetCollector that computes grouped facets based on the indexed termsWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.search.grouping.termApache Lucene
TermSecondPassGroupingCollectorConcrete implementation of AbstractSecondPassGroupingCollector that groups based on field values and more specifically uses SortedDocValuesClassorg.apache.lucene.search.grouping.termApache Lucene