Uses of Package
org.apache.solr.util.hll
-
Packages that use org.apache.solr.util.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. -
Classes in org.apache.solr.util.hll used by org.apache.solr.handler.component Class Description HLL A probabilistic set of hashedlongelements. -
Classes in org.apache.solr.util.hll used by org.apache.solr.search.facet Class Description HLL A probabilistic set of hashedlongelements. -
Classes in org.apache.solr.util.hll used by org.apache.solr.util.hll Class Description HLL A probabilistic set of hashedlongelements.HLLType The types of algorithm/data structure thatHLLcan utilize.ISchemaVersion A serialization schema for HLLs.IWordDeserializer Reads 'words' of a fixed width, in sequence, from a byte array.