Uses of Class
org.apache.lucene.util.collections.IntToObjectMap
-
Packages that use IntToObjectMap Package Description org.apache.lucene.facet.search Faceted Search API -
-
Uses of IntToObjectMap in org.apache.lucene.facet.search
Fields in org.apache.lucene.facet.search declared as IntToObjectMap Modifier and Type Field Description protected IntToObjectMap<org.apache.lucene.facet.search.TopKInEachNodeHandler.AACO>
TopKInEachNodeHandler.IntermediateFacetResultWithHash. mapToAACOs
Constructors in org.apache.lucene.facet.search with parameters of type IntToObjectMap Constructor Description IntermediateFacetResultWithHash(FacetRequest facetReq, IntToObjectMap<org.apache.lucene.facet.search.TopKInEachNodeHandler.AACO> mapToAACOs)
-