Uses of Class
org.apache.solr.util.hll.HLL
-
Packages that use HLL Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.search.facet APIs and classes for the JSON Facet API.org.apache.solr.util.hll A fork of Java-HyperLogLog package tweaked not to depend on fastutil and with cleanups to make it lean and clean. -
-
Uses of HLL in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return HLL Modifier and Type Method Description HLLStatsField.HllOptions. newHLL() -
Uses of HLL in org.apache.solr.search.facet
Methods in org.apache.solr.search.facet that return HLL Modifier and Type Method Description HLLHLLAgg.HLLFactory. getHLL() -
Uses of HLL in org.apache.solr.util.hll
Methods in org.apache.solr.util.hll that return HLL Modifier and Type Method Description HLLHLL. clone()Create a deep copy of this HLL.static HLLHLL. fromBytes(byte[] bytes)Deserializes the HLL (intoBytes(ISchemaVersion)format) serialized intobytes.Methods in org.apache.solr.util.hll with parameters of type HLL Modifier and Type Method Description voidHLL. union(HLL other)Computes the union of HLLs and stores the result in this instance.
-